From 010493c7b8bb5b8f58b77d6f559d2c8d9f4a84d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Mon, 17 Jul 2023 23:04:05 +0200 Subject: [PATCH] . --- content/includes/footer.blade.php | 6 ++--- content/index.blade.php | 4 +-- content/master.blade.php | 6 +++++ content/pages/impressum.blade.php | 8 +++--- content/pages/kontakt.blade.php | 6 ++--- lists.json | 16 ++---------- variables.json | 42 ++++++++++++++++++++++++++++--- 7 files changed, 58 insertions(+), 30 deletions(-) diff --git a/content/includes/footer.blade.php b/content/includes/footer.blade.php index 26e1331..2f6853c 100644 --- a/content/includes/footer.blade.php +++ b/content/includes/footer.blade.php @@ -3,7 +3,7 @@ @unless(Request::is('checkout')) -
+
@@ -44,13 +44,13 @@
@endunless -
+
Erstellt mit dem Areya CMS - +
diff --git a/content/index.blade.php b/content/index.blade.php index 0640c25..f86fda4 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -23,9 +23,9 @@

- + - 09651 4099825 + {{$_telefonnummer}}
diff --git a/content/master.blade.php b/content/master.blade.php index 6f13d0e..5267f5e 100644 --- a/content/master.blade.php +++ b/content/master.blade.php @@ -8,6 +8,12 @@ @include('template.'.config('settings.template').'.content.includes.meta') @include('template.'.config('settings.template').'.content.includes.css') @yield('head') + +
@@ -39,9 +39,9 @@

Firmenadresse

{{$_legal_name}}

- Pfarrgasse 21 + {{$_street}} {{$_street_nr}}
- 92648 Vohenstrauß + {{$_postleitzahl}} {{$_city}}

diff --git a/lists.json b/lists.json index fdb0ac7..8caf728 100644 --- a/lists.json +++ b/lists.json @@ -1,17 +1,5 @@ [ - { - "name": "Balkonkraftwerke", - "slug": "balkonkraftwerke", - "description": "", - "search_terms": "", - "seo_title": "", - "seo_description": "", - "blade": "balkonkraftwerk", - "content_types": [ - "Balkonkraftwerk" - ], - "sorting": "Created At (DESC)" - }, + { "name": "Produkte", "slug": "produkte", @@ -21,7 +9,7 @@ "seo_description": "", "blade": "produkte", "content_types": [ - "Solarmodul" + "Produkte" ], "sorting": "Created At (DESC)" } diff --git a/variables.json b/variables.json index 1fc4720..a3421a2 100644 --- a/variables.json +++ b/variables.json @@ -18,12 +18,24 @@ "type": "string", "required": true }, + { + "name": "Street", + "value": "Schlossstrasse", + "type": "string", + "required": true + }, + { + "name": "street_nr", + "value": "123", + "type": "string", + "required": true + }, { - "name": "Postleitzahl", - "value": "12345", - "type": "number", - "required": true + "name": "Postleitzahl", + "value": "12345", + "type": "number", + "required": true }, { @@ -45,5 +57,27 @@ "value": "#205347db", "type": "color", "required": true + }, + + { + + "name": "title_color", + "value": "#205347db", + "type": "color", + "required": true + }, + { + + "name": "vatid", + "value": "DE123456789", + "type": "string", + "required": true + }, + { + + "name": "HRB", + "value": "12345", + "type": "string", + "required": true } ] \ No newline at end of file