Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
093ec39951
commit
de84c0792b
@@ -48,6 +48,8 @@ import {
|
||||
Columns,
|
||||
Captions,
|
||||
X,
|
||||
SquareDashed,
|
||||
Square,
|
||||
} from "lucide-react";
|
||||
import { ClientHomeownerPicker } from "./form-pickers";
|
||||
import { FormFieldDefsDialog } from "./form-field-defs-dialog";
|
||||
@@ -185,8 +187,8 @@ export function CustomFormBuilder() {
|
||||
TextAlign.configure({ types: ["heading", "paragraph"] }),
|
||||
Table.configure({ resizable: true, HTMLAttributes: { class: "cf-table" } }),
|
||||
TableRow,
|
||||
TableHeader,
|
||||
TableCell,
|
||||
BorderedTableHeader,
|
||||
BorderedTableCell,
|
||||
],
|
||||
content: "<p>Start typing here…</p>",
|
||||
editorProps: {
|
||||
|
||||
Reference in New Issue
Block a user