next.js/examples/cms-payload/payload/fields/richText/largeBody/index.ts
index.ts12 lines274 B
import { RichTextCustomElement } from "payload/types";
import Button from "./Button";
import Element from "./Element";
import withLargeBody from "./plugin";

export default {
  name: "large-body",
  Button,
  Element,
  plugins: [withLargeBody],
} as RichTextCustomElement;
Quest for Codev2.0.0
/
SIGN IN