Files
acecore/form_templates/template_general.json
2024-02-29 18:30:31 +01:00

19 lines
299 B
JSON

{
"form_type": "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
}
]
}