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

16 lines
273 B
JSON

{
"form_type": "template_url",
"title": "Submit URL",
"form": [
{
"label": "URL",
"is_paragraph": false,
"placeholder": "https://example.com",
"value": "",
"required": true,
"min_length": 0,
"max_length": 100
}
]
}