Skip to content

Commit

Permalink
Added the @plone-collective/volto-educal-theme addon
Browse files Browse the repository at this point in the history
  • Loading branch information
macagua committed Aug 15, 2023
1 parent c0bbd45 commit 7c1a676
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
24 changes: 23 additions & 1 deletion frontend/mrs.developer.json
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
{}
{
"volto-educal-hero-block": {
"url": "git@github.com:collective/volto-educal-hero-block.git",
"https": "https://github.com/collective/volto-educal-hero-block.git",
"package": "@plone-collective/volto-educal-hero-block",
"branch": "main",
"path": "src"
},
"volto-block-banner": {
"url": "git@github.com:collective/volto-block-banner.git",
"https": "https://github.com/collective/volto-block-banner.git",
"package": "@plone-collective/volto-block-banner",
"branch": "main",
"path": "src"
},
"volto-educal-theme": {
"url": "git@github.com:collective/volto-educal-theme.git",
"https": "https://github.com/collective/volto-educal-theme.git",
"package": "@plone-collective/volto-educal-theme",
"branch": "main",
"path": "src"
}
}
9 changes: 7 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"@kitconcept/volto-separator-block",
"@kitconcept/volto-slider-block",
"@kitconcept/volto-social-blocks",
"@mbarde/volto-fullcalendar-block"
"@mbarde/volto-fullcalendar-block",
"@plone-collective/volto-educal-theme"
],
"jest": {
"modulePathIgnorePatterns": [
Expand Down Expand Up @@ -182,5 +183,9 @@
"resolutions": {
"react-error-overlay": "6.0.9"
},
"packageManager": "yarn@3.2.3"
"packageManager": "yarn@3.2.3",
"private": true,
"workspaces": [
"src/addons/*"
]
}
2 changes: 1 addition & 1 deletion frontend/src/theme.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import 'semantic-ui-less/semantic.less';
import '@plone-collective/volto-educal-theme/semantic.less';
import '@plone/volto/../theme/themes/pastanaga/extras/extras.less';

0 comments on commit 7c1a676

Please sign in to comment.