UNPKG

vue-frappe-formbuilder-health

Version:

Vue Form Builder PRO MAX built from top of Vue. Super dynamic and flexible including Drag and Drop feature.

19 lines (14 loc) 272 B
const FORM_DEFAULT_DATA = { headline: "", subHeadline: "", isShowHeadline: false, formula:[], // <form></form> tag ?? renderFormTag: false, formActionURL: "", formMethod: "POST", mappedDoctype:"" }; export { FORM_DEFAULT_DATA }