Skip to content

Commit 06790a5

Browse files
committed
chore: add vlt as theme, filterBlobs=true for core
1 parent 8656a04 commit 06790a5

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

frontend/mrs.developer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"package": "@plone/volto",
55
"url": "git@github.com:plone/volto.git",
66
"https": "https://github.com/plone/volto.git",
7-
"tag": "19.0.0-alpha.0"
7+
"tag": "19.0.0-alpha.0",
8+
"filterBlobs": true
89
}
910
}

frontend/volto.config.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
const addons = ['@plone-collective/volto-blog'];
2-
const theme = '';
1+
const addons = [
2+
'@plone-collective/volto-blog',
3+
'@kitconcept/volto-light-theme',
4+
];
5+
const theme = '@kitconcept/volto-light-theme';
36

47
module.exports = {
58
addons,

0 commit comments

Comments
 (0)