This theme works.
+${themeUrl}
+
+
\ No newline at end of file
diff --git a/ccm-cms-default-theme/src/main/resources/themes/librecms/theme.json b/ccm-cms-default-theme/src/main/resources/themes/librecms/theme.json
index 28403755f..75e6a1900 100644
--- a/ccm-cms-default-theme/src/main/resources/themes/librecms/theme.json
+++ b/ccm-cms-default-theme/src/main/resources/themes/librecms/theme.json
@@ -2,10 +2,35 @@
"name": "librecms",
"type": "freemarker",
"master-theme": null,
- "title": "LibreCMS Default Theme",
- "description": "The LibreCMS default theme",
- "template": [],
- "default-template": null,
+ "title": {
+ "values": {
+ "value": [
+ {
+ "lang": "en",
+ "value": "LibreCMS Default Theme"
+ },
+ {
+ "lang": "de",
+ "value": "LibreCMS Standard Theme"
+ }
+ ]
+ }
+ },
+ "description": {
+ "values": {
+ "value": [
+ {
+ "lang": "en",
+ "value": "The LibreCMS default theme"
+ },
+ {
+ "lang": "de",
+ "value": "Das LibreCMS Standard Theme"
+ }
+ ]
+ }
+ },
+
"mvc-templates": {
"default": {
"description": {
@@ -32,8 +57,11 @@
}
}
},
+
"views": {
- "default": "default",
- "@default": "default"
+ "default": {
+ "default": "default",
+ "@default": "default"
+ }
}
}
diff --git a/ccm-cms-default-theme/src/main/typescript/librecms.ts b/ccm-cms-default-theme/src/main/typescript/librecms.ts
index 162c22815..6fcacc09f 100644
--- a/ccm-cms-default-theme/src/main/typescript/librecms.ts
+++ b/ccm-cms-default-theme/src/main/typescript/librecms.ts
@@ -1 +1 @@
-import bootstrap from "bootstrap";
\ No newline at end of file
+import "bootstrap";
\ No newline at end of file