16 lines
273 B
JSON
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
|
|
}
|
|
]
|
|
}
|