21 lines
457 B
JSON
21 lines
457 B
JSON
{
|
|
"form_type": "template_ticket",
|
|
"title": "Submit your Ticket",
|
|
"mods_can_comment": true,
|
|
"form": [
|
|
{
|
|
"label": "Title",
|
|
"is_paragraph": false,
|
|
"required": true,
|
|
"max_length": 20
|
|
},
|
|
{
|
|
"label": "Ticket information",
|
|
"is_paragraph": true,
|
|
"placeholder": "Fill in for what you need help or have issues with and a moderator will reply.",
|
|
"required": true,
|
|
"max_length": 2000
|
|
}
|
|
]
|
|
}
|