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

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