diff --git a/resources/views/tenant/theme.blade.php b/resources/views/tenant/theme.blade.php
index 9cff2dd..9f1aa6a 100644
--- a/resources/views/tenant/theme.blade.php
+++ b/resources/views/tenant/theme.blade.php
@@ -1,43 +1,53 @@
@extends('layout/template')
@section('content')
-
- This is just for functional testing, need to be redesign.
+
+
+
Themes
+
With the Themes you can decide how your overview Page and your Gallery Page looks like.
+
+
+
+
+
+ @foreach($themes as $theme)
+
+ @endforeach
+
+
+
+
+
+
+ @foreach($gallery_themes as $theme)
+
+
+
+
{{ $theme["name"] }}
+
Activate
+ @if(!is_null($gallery))
+
Preview
+ @endif
+
+
+ @endforeach
+
-
Themes Tenant
-
-
- Name |
- Vorschau |
- Action |
-
- @foreach($themes as $theme)
-
- {{ $theme->name }} |
- Vorschau |
- Auswählen |
-
- @endforeach
-
-
Themes Gallery
-
-
- Name |
- Vorschau |
- Action |
-
- @foreach($gallery_themes as $theme)
-
- {{ $theme->name }} |
-
- @if(!is_null($gallery))
- Vorschau
- @endif
- |
- Auswählen |
-
- @endforeach
-
@endsection
diff --git a/resources/views/themes/gallery/gallery/image.png b/resources/views/themes/gallery/gallery/image.png
new file mode 100644
index 0000000..06defbf
Binary files /dev/null and b/resources/views/themes/gallery/gallery/image.png differ
diff --git a/resources/views/themes/gallery/gallery/settings.json b/resources/views/themes/gallery/gallery/settings.json
new file mode 100644
index 0000000..7cf19cf
--- /dev/null
+++ b/resources/views/themes/gallery/gallery/settings.json
@@ -0,0 +1,9 @@
+{
+ "usesSize": {
+ "pixel": true,
+ "small": false,
+ "medium": false,
+ "big": true
+ },
+ "public": true
+}
diff --git a/resources/views/themes/gallery/kuvia-gallery/image.png b/resources/views/themes/gallery/kuvia-gallery/image.png
new file mode 100644
index 0000000..adf8104
Binary files /dev/null and b/resources/views/themes/gallery/kuvia-gallery/image.png differ
diff --git a/resources/views/themes/gallery/kuvia-gallery/settings.json b/resources/views/themes/gallery/kuvia-gallery/settings.json
new file mode 100644
index 0000000..7cf19cf
--- /dev/null
+++ b/resources/views/themes/gallery/kuvia-gallery/settings.json
@@ -0,0 +1,9 @@
+{
+ "usesSize": {
+ "pixel": true,
+ "small": false,
+ "medium": false,
+ "big": true
+ },
+ "public": true
+}
diff --git a/resources/views/themes/tenant/default/settings.json b/resources/views/themes/tenant/default/settings.json
new file mode 100644
index 0000000..a2a0b96
--- /dev/null
+++ b/resources/views/themes/tenant/default/settings.json
@@ -0,0 +1,9 @@
+{
+ "usesSize": {
+ "pixel": false,
+ "small": false,
+ "medium": false,
+ "big": false
+ },
+ "public": false
+}
diff --git a/resources/views/themes/tenant/kuvia-blog/image.png b/resources/views/themes/tenant/kuvia-blog/image.png
new file mode 100644
index 0000000..ca52ffd
Binary files /dev/null and b/resources/views/themes/tenant/kuvia-blog/image.png differ
diff --git a/resources/views/themes/tenant/kuvia-blog/settings.json b/resources/views/themes/tenant/kuvia-blog/settings.json
new file mode 100644
index 0000000..77c5560
--- /dev/null
+++ b/resources/views/themes/tenant/kuvia-blog/settings.json
@@ -0,0 +1,9 @@
+{
+ "usesSize": {
+ "pixel": false,
+ "small": false,
+ "medium": false,
+ "big": true
+ },
+ "public": true
+}
diff --git a/resources/views/themes/tenant/kuvia-gallery/image.png b/resources/views/themes/tenant/kuvia-gallery/image.png
new file mode 100644
index 0000000..4a2c04c
Binary files /dev/null and b/resources/views/themes/tenant/kuvia-gallery/image.png differ
diff --git a/resources/views/themes/tenant/kuvia-gallery/settings.json b/resources/views/themes/tenant/kuvia-gallery/settings.json
new file mode 100644
index 0000000..8235b43
--- /dev/null
+++ b/resources/views/themes/tenant/kuvia-gallery/settings.json
@@ -0,0 +1,9 @@
+{
+ "usesSize": {
+ "pixel": false,
+ "small": false,
+ "medium": true,
+ "big": false
+ },
+ "public": true
+}