added modal json template files

This commit is contained in:
2024-02-26 19:53:05 +01:00
parent 3c524e2f27
commit 47b5214fdb
5 changed files with 57 additions and 4 deletions

View 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
}
]
}