import type { IHtmlField } from "@/admin/shared/types/fields.type";
export const htmlDefaults = (): Partial => ({
label: "",
_id: null,
_event: "",
type: "Html",
htmlContent: "Html Field Content
",
placeholder: "",
hidden: false,
_tag: "cost-html",
additionalCss: "",
additionalStyles: "",
icon: "ccb-icon-Path-3517",
alias: "html_field_id_",
width: "100",
});