diff --git a/content/master.blade.php b/content/master.blade.php index a3edad9..cf3ff77 100644 --- a/content/master.blade.php +++ b/content/master.blade.php @@ -94,6 +94,18 @@ @endif + + @if($_menue_button) + + + @endif @endif diff --git a/variables.json b/variables.json index 4dde9b6..1b71632 100644 --- a/variables.json +++ b/variables.json @@ -198,6 +198,39 @@ } ] }, + + { + "icon": "/font-awesome/light/palette.svg", + "group_name": "Hauptmenü", + "description": "Here you can configure some Design and Layout settings.", + "variables": [ + { + "id": "menue_button", + "name": "Schaltfäche Menü", + "type": "boolean", + "required": true + }, + { + "id": "menue_button_link", + "name": "Schatfläche Link", + "type": "string", + "required": true + }, + { + "id": "menue_button_text", + "name": "Schatfläche Text", + "type": "string", + "required": true + }, + { + "id": "menue_button_external", + "name": "Ist der Link external?", + "type": "boolean", + "required": true + } + ] + }, + { "icon": "/font-awesome/light/map-pin.svg", "group_name": "Statische Seiten",