From f1e9b65d876053a5305a3a5690372928d11821c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Mon, 15 Jan 2024 14:39:15 +0100 Subject: [PATCH] . --- content/index.blade.php | 45 ++++++++++++++++++------------ content/lists/aktuelles.blade.php | 1 - content/lists/jobs.blade.php | 7 ++--- content/lists/leistungen.blade.php | 2 ++ content/pages/kontakt.blade.php | 4 ++- variables.json | 13 +++++++++ 6 files changed, 48 insertions(+), 24 deletions(-) diff --git a/content/index.blade.php b/content/index.blade.php index 22d70b5..51fccd2 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -21,33 +21,42 @@ @stop @section('content') -
- -
-
+ @endif +
+ +
+
-

- {{config('settings.name')}} -

-

- {{config('settings.description')}} -

+

+ {{config('settings.name')}} +

+

+ {{config('settings.description')}} +

+
-
-
- -
-
-

{{config('settings.name')}}

-

{{config('settings.description')}}

+
+ +
+
+

{{config('settings.name')}}

+

{{config('settings.description')}}

+
-
+ + @if($_hero_is_container) +
+ @endif +
diff --git a/content/lists/aktuelles.blade.php b/content/lists/aktuelles.blade.php index 76e1e7c..3043e07 100644 --- a/content/lists/aktuelles.blade.php +++ b/content/lists/aktuelles.blade.php @@ -43,7 +43,6 @@ @else
- Derzeit keine Inhalte in {{ $list->name }} veröffentlicht. diff --git a/content/lists/jobs.blade.php b/content/lists/jobs.blade.php index 8b919b5..d4dae7c 100644 --- a/content/lists/jobs.blade.php +++ b/content/lists/jobs.blade.php @@ -165,11 +165,10 @@
- - - + + - Derzeit keine Inhalte in {{ $list->name }} veröffentlicht. + Derzeit keine offenen Stellen
diff --git a/content/lists/leistungen.blade.php b/content/lists/leistungen.blade.php index ccecea2..336c300 100644 --- a/content/lists/leistungen.blade.php +++ b/content/lists/leistungen.blade.php @@ -37,6 +37,8 @@
+ + Derzeit keine {{ $list->name }} veröffentlicht. diff --git a/content/pages/kontakt.blade.php b/content/pages/kontakt.blade.php index fe601e7..57dc464 100644 --- a/content/pages/kontakt.blade.php +++ b/content/pages/kontakt.blade.php @@ -162,9 +162,11 @@ + +
@if(isset($_COOKIE["cookies-consent"]) && $_COOKIE["cookies-consent"][0]) - + @else
diff --git a/variables.json b/variables.json index 0a7f8d6..d5f4fcc 100644 --- a/variables.json +++ b/variables.json @@ -190,6 +190,12 @@ "value": "", "required": false }, + { + "id": "hero_is_container", + "name": "Bild auf der Startseite im Container darstellen (kleiner)", + "type": "boolean", + "value": false + }, { "name": "Schriftart", "type": "select", @@ -311,6 +317,13 @@ "name": "Zeige Kontaktformular", "value": "true", "type": "boolean" + }, + { + "id": "google_maps_src", + "name": "Google Maps Link", + "value": "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2583.5180538891505!2d12.404362677116493!3d49.644537371449516!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x410cafb6f5a7be4b%3A0xda558d5c78db9d89!2sKurbad%20Pleystein%20Praxis%20f%C3%BCr%20Physiotherapie%20und%20Ergotherapie!5e0!3m2!1sde!2sde!4v1705318704537!5m2!1sde!2sde", + "type": "string", + "placeholder": "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2583.5180538891505!2d12.404362677116493!3d49.644537371449516!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x410cafb6f5a7be4b%3A0xda558d5c78db9d89!2sKurbad%20Pleystein%20Praxis%20f%C3%BCr%20Physiotherapie%20und%20Ergotherapie!5e0!3m2!1sde!2sde!4v1705318704537!5m2!1sde!2sde" } ] },