change json

master
Gustavo Luigi 2024-01-30 13:53:59 -03:00
parent 0f655893b4
commit bca0d155f6
1 changed files with 4 additions and 4 deletions

View File

@ -212,25 +212,25 @@
"description": "Here you can configure some Design and Layout settings.", "description": "Here you can configure some Design and Layout settings.",
"variables": [ "variables": [
{ {
"id": "menue_button", "id": "menu_button",
"name": "Schaltfäche Menü", "name": "Schaltfäche Menü",
"type": "boolean", "type": "boolean",
"required": true, "required": true,
"variables": [ "variables": [
{ {
"id": "menue_button_link", "id": "link",
"name": "Schatfläche Link", "name": "Schatfläche Link",
"type": "string", "type": "string",
"required": true "required": true
}, },
{ {
"id": "menue_button_text", "id": "text",
"name": "Schatfläche Text", "name": "Schatfläche Text",
"type": "string", "type": "string",
"required": true "required": true
}, },
{ {
"id": "menue_button_external", "id": "external",
"name": "Ist der Link external?", "name": "Ist der Link external?",
"type": "boolean", "type": "boolean",
"required": true "required": true