Skip to content

Commit

Permalink
Added more configurations for @kitconcept/volto-light-theme addon
Browse files Browse the repository at this point in the history
  • Loading branch information
macagua committed Aug 16, 2023
1 parent a37cebf commit 47c57ea
Show file tree
Hide file tree
Showing 4 changed files with 804 additions and 685 deletions.
8 changes: 6 additions & 2 deletions frontend/jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"compilerOptions": {
"paths": {},
"paths": {
"@kitconcept/volto-light-theme": [
"addons/volto-light-theme/src"
]
},
"baseUrl": "src"
}
}
}
9 changes: 8 additions & 1 deletion frontend/mrs.developer.json
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
{}
{
"volto-light-theme": {
"package": "@kitconcept/volto-light-theme",
"url": "git@github.com:kitconcept/volto-light-theme.git",
"https": "https://github.com/kitconcept/volto-light-theme.git",
"path": "src"
}
}
4 changes: 3 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@kitconcept/volto-social-blocks",
"@mbarde/volto-fullcalendar-block"
],
"theme": "@kitconcept/volto-light-theme",
"jest": {
"modulePathIgnorePatterns": [
"api"
Expand Down Expand Up @@ -161,7 +162,7 @@
"@kitconcept/volto-slider-block": "*",
"@kitconcept/volto-social-blocks": "1.0.0-alpha.4",
"@mbarde/volto-fullcalendar-block": "*",
"@plone/volto": "16.20.4"
"@plone/volto": "17.0.0-alpha.7"
},
"devDependencies": {
"@plone/scripts": "^2.1.5",
Expand All @@ -176,6 +177,7 @@
"postcss": "8.4.13",
"prettier": "2.0.5",
"razzle": "4.2.17",
"razzle-plugin-scss": "4.2.18",
"stylelint": "14.0.1",
"stylelint-config-idiomatic-order": "8.1.0",
"stylelint-config-prettier": "8.0.1",
Expand Down
Loading

0 comments on commit 47c57ea

Please sign in to comment.