Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
b19a3b4409
commit
a14b1772ca
@@ -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" } }),
|
||||
|
||||
Reference in New Issue
Block a user