change json
parent
0f655893b4
commit
bca0d155f6
|
@ -212,25 +212,25 @@
|
|||
"description": "Here you can configure some Design and Layout settings.",
|
||||
"variables": [
|
||||
{
|
||||
"id": "menue_button",
|
||||
"id": "menu_button",
|
||||
"name": "Schaltfäche Menü",
|
||||
"type": "boolean",
|
||||
"required": true,
|
||||
"variables": [
|
||||
{
|
||||
"id": "menue_button_link",
|
||||
"id": "link",
|
||||
"name": "Schatfläche Link",
|
||||
"type": "string",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"id": "menue_button_text",
|
||||
"id": "text",
|
||||
"name": "Schatfläche Text",
|
||||
"type": "string",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"id": "menue_button_external",
|
||||
"id": "external",
|
||||
"name": "Ist der Link external?",
|
||||
"type": "boolean",
|
||||
"required": true
|
||||
|
|
Loading…
Reference in New Issue