Schema
No-code customisation for your template directly from within the creator panel.
Example Schema
{
"author": "Tebex",
"support_email": "[email protected]",
"config": [
{
"header": "Customize Template",
"options": [
{
"id": "nav-style",
"name": "Navigation Style",
"description": "Set the location for your navigation.",
"type": "select",
"default": "Vertical Nav in Sidebar",
"values": [
"Horizontal Nav in Header",
"Vertical Nav in Sidebar"
]
},
{
"id": "server-ip",
"name": "Server IP",
"default": "",
"description": "Enter your server IP - it will be used in the copy server IP section.",
"type": "textarea"
},
{
"id": "discord",
"name": "Discord",
"default": "",
"description": "Enter your Discord invite url - it will be used in the header Discord section.",
"type": "textarea"
}
]
}
]
}Available Config Types
Accessing Config Options
Last updated