We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8656a04 commit 06790a5Copy full SHA for 06790a5
2 files changed
frontend/mrs.developer.json
@@ -4,6 +4,7 @@
4
"package": "@plone/volto",
5
"url": "git@github.com:plone/volto.git",
6
"https": "https://github.com/plone/volto.git",
7
- "tag": "19.0.0-alpha.0"
+ "tag": "19.0.0-alpha.0",
8
+ "filterBlobs": true
9
}
10
frontend/volto.config.js
@@ -1,5 +1,8 @@
1
-const addons = ['@plone-collective/volto-blog'];
2
-const theme = '';
+const addons = [
+ '@plone-collective/volto-blog',
3
+ '@kitconcept/volto-light-theme',
+];
+const theme = '@kitconcept/volto-light-theme';
module.exports = {
addons,
0 commit comments