added modal json template files
This commit is contained in:
15
form_templates/template_url.json
Normal file
15
form_templates/template_url.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"form_id": "template_url",
|
||||
"title": "Submit URL",
|
||||
"form": [
|
||||
{
|
||||
"label": "URL",
|
||||
"is_paragraph": false,
|
||||
"placeholder": "https://example.com",
|
||||
"value": "",
|
||||
"required": true,
|
||||
"min_length": 0,
|
||||
"max_length": 100
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user