some small code improvements

This commit is contained in:
2024-03-10 11:22:03 +01:00
parent 044eeddb64
commit c5603e2cc0
4 changed files with 17 additions and 57 deletions

View File

@@ -0,0 +1,12 @@
{
"form_type": "template_general",
"title": "Add a Sticky message",
"form": [
{
"label": "Content",
"is_paragraph": true,
"required": true,
"max_length": 2000
}
]
}