19 lines
297 B
JSON
19 lines
297 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|