Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 16:30:45 +00:00
co-authored by renee-png
parent b19a3b4409
commit a14b1772ca
+2 -1
View File
@@ -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" } }),