From 263648a74ca9e950db59f573c139f09700ad3192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Sun, 17 Dec 2023 11:28:40 +0100 Subject: [PATCH] added a call to action btn to menue --- content/master.blade.php | 12 ++++++++++++ variables.json | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) 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",