Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
import { RichTextElement } from "payload/dist/fields/config/types";
import label from "./label";
import largeBody from "./largeBody";
const elements: RichTextElement[] = [
"blockquote",
"h2",
"h3",
"h4",
"h5",
"h6",
"link",
largeBody,
label,
];
export default elements;