Files
open-ticket/config/panels.json
T

39 lines
1.4 KiB
JSON

[
{
"id":"example-embed",
"name":"Example Embed",
"dropdown":false,
"options":["example-ticket","example-website","example-role"],
"text":"",
"embed":{
"enabled":true,
"title":"Tickets:",
"description":"Create a ticket by selecting one of the options below. Once selected, a private ticket will be created for you and our support team will be able to assist you directly.",
"customColor":"#f8ab00 (leave empty to disable)",
"url":"https://openticket.dj-dj.be (leave empty to disable)",
"image":"https://www.example.com/image.png (leave empty to disable)",
"thumbnail":"https://www.example.com/image.png (leave empty to disable)",
"footer":"Open Ticket v4.1.3 (leave empty to disable)",
"fields":[
{"name":"Field name","value":"Field value","inline":false}
],
"timestamp":false
},
"settings":{
"dropdownPlaceholder":"Choose a ticket type",
"enableMaxTicketsWarningInText":false,
"enableMaxTicketsWarningInEmbed":true,
"describeOptionsLayout":"simple OR normal OR detailed",
"describeOptionsCustomTitle":"",
"describeOptionsInText":false,
"describeOptionsInEmbedFields":true,
"describeOptionsInEmbedDescription":false
}
}
]