formgen-react
Version:
Formula generator with JSON for react. UI Fabric controls are used for rendering
28 lines (24 loc) • 656 B
JSON
{
"id": "testform",
"title": "Test",
"rows": [{
"columns": [{
"controls": [ {
"id": "pepoplepicker",
"control_type": [ "PeoplePicker" ],
"title": "PeoplePicker",
"config": {
"allowMultiple": false
},
"value": [{"primaryText":"Muster Hans"}],
"databinders": [
"filteredPeoples"
]
},
{
"id": "submit",
"control_type": ["SubmitButton"]
}]
}]
}]
}