Files
acecore/form_templates/template_url.json
2024-03-11 14:53:23 +01:00

16 lines
262 B
JSON

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