vue-frappe-formbuilder-health
Version:
Vue Form Builder PRO MAX built from top of Vue. Super dynamic and flexible including Drag and Drop feature.
55 lines (52 loc) • 1.48 kB
JavaScript
const DEMO_FORM_DATA = {
"formConfig": {
"headline": "",
"subHeadline": "",
"isShowHeadline": false,
"formula": [],
"renderFormTag": false,
"formActionURL": "",
"formMethod": "POST",
"mappedDoctype": ""
},
"sections": {
"section-5d5ba6f0-61bf-400c-bbb3-e14bbdea13d8": {
"uniqueId": "section-5d5ba6f0-61bf-400c-bbb3-e14bbdea13d8",
"headline": "New Section",
"headlineAdditionalClass": "",
"subHeadline": "This is the sub-headline of the new section",
"subHeadlineAdditionalClass": "",
"isShowHeadline": true,
"condition": "",
"tableReference": "",
"sortOrder": 1,
"type": "normal",
"rows": [],
"controls": [
"control-3c506721-3f9d-4497-a447-12ac482495d5"
],
"referenceTable": " "
}
},
"rows": {},
"controls": {
"control-3c506721-3f9d-4497-a447-12ac482495d5": {
"uniqueId": "control-3c506721-3f9d-4497-a447-12ac482495d5",
"type": "icd11",
"name": "Icd 11",
"label": "Female",
"isShowLabel": true,
"placeholderText": "",
"containerClass": "col-md-6 md-layout-item md-size-50",
"additionalContainerClass": "",
"additionalFieldClass": "",
"additionalLabelClass": "",
"defaultValue": "",
"validations": [],
"rows": 3
}
}
}
export {
DEMO_FORM_DATA
}