added modal json template files
This commit is contained in:
18
form_templates/template_general.json
Normal file
18
form_templates/template_general.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"form_id": "template_general",
|
||||
"title": "Form",
|
||||
"form": [
|
||||
{
|
||||
"label": "Title",
|
||||
"is_paragraph": false,
|
||||
"required": true,
|
||||
"max_length": 20
|
||||
},
|
||||
{
|
||||
"label": "Text",
|
||||
"is_paragraph": true,
|
||||
"required": true,
|
||||
"max_length": 2000
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user