Skip to content

Commit

Permalink
Refs #126375 updated volto-slate and volto to use persistent slots ch…
Browse files Browse the repository at this point in the history
…anges
  • Loading branch information
ichim-david committed Apr 2, 2021
1 parent 18520b8 commit 00b1b4b
Show file tree
Hide file tree
Showing 4 changed files with 673 additions and 124 deletions.
7 changes: 1 addition & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
image: eeacms/freshwater-frontend:develop
user: "node:node"
volumes:
- freshwater_devel_addons:/opt/frontend/src/addons:rw
- ./src/addons:/opt/frontend/src/addons
depends_on:
- ploneapi
environment:
Expand Down Expand Up @@ -45,8 +45,3 @@ services:
- "-m"
- "512"

volumes:
data:
driver: local
freshwater_devel_addons:
driver: local
6 changes: 3 additions & 3 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"volto-block-image-cards": [
"addons/volto-block-image-cards/src"
],
"volto-datablocks": [
"addons/volto-datablocks/src"
],
"volto-embed": [
"addons/volto-embed/src"
],
Expand All @@ -30,6 +27,9 @@
],
"volto-tabs-block": [
"addons/volto-tabs-block/src"
],
"volto-datablocks": [
"addons/volto-datablocks/src"
]
},
"baseUrl": "src"
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "freshwater-frontend",
"description": "Freshwater: Volto Frontend",
"license": "MIT",
"version": "0.0.42",
"version": "0.0.43",
"private": "true",
"workspaces": [
"src/addons/*"
Expand All @@ -12,7 +12,6 @@
],
"addons": [
"volto-slate:asDefault",
"volto-datablocks",
"volto-embed",
"@eeacms/volto-object-widget",
"@eeacms/volto-slate-footnote",
Expand All @@ -25,7 +24,6 @@
"@eeacms/volto-block-toc",
"@eeacms/volto-widgets-view",
"@eeacms/volto-matomo",
"@eeacms/volto-blocks-form",
"@eeacms/volto-sentry-rancher-config",
"@eeacms/volto-block-style",
"@eeacms/volto-freshwater"
Expand Down Expand Up @@ -72,7 +70,6 @@
"@eeacms/volto-block-divider": "1.1.1",
"@eeacms/volto-block-style": "2.5.1",
"@eeacms/volto-block-toc": "1.0.0",
"@eeacms/volto-blocks-form": "1.0.3",
"@eeacms/volto-corsproxy": "1.0.1",
"@eeacms/volto-matomo": "0.1.1",
"@eeacms/volto-object-widget": "2.1.0",
Expand All @@ -91,7 +88,7 @@
"react-stickynode": "^2.1.1",
"react-visibility-sensor": "5.1.1",
"slick-carousel": "^1.8.1",
"volto-slate": "1.2.0",
"volto-slate": "eea/volto-slate#master",
"webpack-bundle-analyzer": "^3.6.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 00b1b4b

Please sign in to comment.