formgen-react
Version:
Formula generator with JSON for react. UI Fabric controls are used for rendering
25 lines • 690 B
JSON
{
"$schema": "../../schemas/jfrom-schema.json",
"id": "testform",
"title": "Test",
"rows": [{
"columns": [{
"label_with": 4,
"controls": [{
"id": "text",
"validators": [{
"validator_type": [ "Custom" ],
"custom_type": "CustomTest"
}],
"title": "Textbox",
"control_type": [ "Textbox" ],
"info": "Info Test",
"label_position": [ "Left"]
},
{
"id": "submit",
"control_type": ["SubmitButton"]
}]
}]
}]
}