Files
acecore/form_templates/template_general.json
2024-03-11 14:53:23 +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": 1024
}
]
}