change json
parent
0f655893b4
commit
bca0d155f6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue