Skip to content

Commit

Permalink
Added more configurations for @plone-collective/volto-educal-theme addon
Browse files Browse the repository at this point in the history
  • Loading branch information
macagua committed Aug 16, 2023
1 parent 7c1a676 commit d725c36
Show file tree
Hide file tree
Showing 3 changed files with 1,888 additions and 121 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": {
"@plone-collective/volto-educal-theme": [
"addons/volto-educal-theme/src"
]
},
"baseUrl": "src"
}
}
}
1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@mbarde/volto-fullcalendar-block",
"@plone-collective/volto-educal-theme"
],
"theme": "@plone-collective/volto-educal-theme",
"jest": {
"modulePathIgnorePatterns": [
"api"
Expand Down
Loading

0 comments on commit d725c36

Please sign in to comment.