diff --git a/src/components/forms/custom-form-builder.tsx b/src/components/forms/custom-form-builder.tsx index b6fddef..638baf8 100644 --- a/src/components/forms/custom-form-builder.tsx +++ b/src/components/forms/custom-form-builder.tsx @@ -292,8 +292,9 @@ export function CustomFormBuilder() { const editor = useEditor({ extensions: [ - StarterKit.configure({ heading: { levels: [1, 2, 3] }, paragraph: false }), + StarterKit.configure({ heading: false, paragraph: false }), PaddedParagraph, + PaddedHeading.configure({ levels: [1, 2, 3] }), Underline, TextAlign.configure({ types: ["heading", "paragraph"] }), Table.configure({ resizable: true, HTMLAttributes: { class: "cf-table" } }),