Skip to content

Commit

Permalink
remove volto-light-theme for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Jul 20, 2024
1 parent a075563 commit 44572e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
7 changes: 4 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mximage-frontend-dev",
"version": "1.0.0-alpha.0",
"description": "A new project using Plone 6.",
"author": "BlueDynmaics Alliance",
"author": "BlueDynamics Alliance",
"homepage": "https://github.com/bluedynamics/mximages-plone/tree/main/frontend",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -34,10 +34,11 @@
},
"dependencies": {
"@plone/registry": "workspace:*",
"@plone/volto": "workspace:*"
"@plone/volto": "workspace:*",
"@kitconcept/volto-light-theme": "^5.0.0"
},
"devDependencies": {
"mrs-developer": "^2.2.0"
},
"packageManager": "[email protected]"
}
}
9 changes: 3 additions & 6 deletions frontend/volto.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
const addons = [
'@kitconcept/volto-light-theme'
];
const theme = 'volto-light-theme';
const addons = [];
// const theme = 'volto-light-theme';
module.exports = {
addons,
theme,
addons
};

0 comments on commit 44572e7

Please sign in to comment.