formio-export
Version:
Formio Export Tools
50 lines (48 loc) • 965 B
JSON
{
"type": "form",
"title": "Test Form",
"display": "form",
"name": "testForm",
"path": "testform",
"components": [
{
"autofocus":false,
"input":true,
"tableView":true,
"inputType":"text",
"inputMask":"",
"label":"Component Label",
"key":"component",
"placeholder":"",
"prefix":"",
"suffix":"",
"multiple":false,
"defaultValue":"",
"protected":false,
"unique":false,
"persistent":true,
"hidden":false,
"clearOnHide":true,
"spellcheck":true,
"validate":{
"required":false,
"minLength":"",
"maxLength":"",
"pattern":"",
"custom":"",
"customPrivate":false
},
"conditional":{
"show":"",
"when":null,
"eq":""
},
"type":"textfield",
"labelPosition":"top",
"tags":[
],
"properties":{
}
}
]
}