Skip to content

Commit

Permalink
Added volto-slate to BISE
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsilaghi committed Jul 31, 2020
1 parent 3f465b4 commit 7de6a26
Show file tree
Hide file tree
Showing 5 changed files with 706 additions and 59 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@

FROM node:12-stretch-slim

RUN apt update && apt install git

COPY . /opt/frontend/
RUN chown -R node /opt/frontend/

Expand Down
3 changes: 3 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
],
"volto-embed": [
"addons/volto-embed/src"
],
"volto-slate": [
"addons/volto-slate/src"
]
}
}
Expand Down
87 changes: 46 additions & 41 deletions mrs.developer.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,48 @@
{
"volto-bise": {
"url": "https://github.com/eea/volto-bise.git",
"path": "src"
},
"volto-datablocks": {
"url": "https://github.com/eea/volto-datablocks.git",
"path": "src"
},
"volto-blocks": {
"url": "https://github.com/eea/volto-blocks.git",
"path": "src"
},
"volto-addons": {
"url": "https://github.com/eea/volto-addons.git",
"path": "src",
"branch": "volto7-compat"
},
"volto-ckeditor": {
"url": "https://github.com/eea/volto-ckeditor.git",
"path": "src"
},
"volto-drafteditor": {
"url": "https://github.com/eea/volto-drafteditor.git",
"path": "src"
},
"volto-plotlycharts": {
"url": "https://github.com/eea/volto-plotlycharts.git",
"path": "src"
},
"volto-sidebar": {
"url": "https://github.com/eea/volto-sidebar.git",
"path": "src"
},
"volto-base": {
"url": "https://github.com/eea/volto-base.git",
"path": "src"
},
"volto-embed": {
"url": "https://github.com/eea/volto-embed.git",
"path": "src"
}
"volto-bise": {
"url": "https://github.com/eea/volto-bise.git",
"path": "src"
},
"volto-datablocks": {
"url": "https://github.com/eea/volto-datablocks.git",
"path": "src"
},
"volto-blocks": {
"url": "https://github.com/eea/volto-blocks.git",
"path": "src"
},
"volto-addons": {
"url": "https://github.com/eea/volto-addons.git",
"path": "src",
"branch": "volto7-compat"
},
"volto-ckeditor": {
"url": "https://github.com/eea/volto-ckeditor.git",
"path": "src"
},
"volto-drafteditor": {
"url": "https://github.com/eea/volto-drafteditor.git",
"path": "src"
},
"volto-plotlycharts": {
"url": "https://github.com/eea/volto-plotlycharts.git",
"path": "src"
},
"volto-sidebar": {
"url": "https://github.com/eea/volto-sidebar.git",
"path": "src"
},
"volto-base": {
"url": "https://github.com/eea/volto-base.git",
"path": "src"
},
"volto-embed": {
"url": "https://github.com/eea/volto-embed.git",
"path": "src"
},
"volto-slate": {
"url": "https://github.com/eea/volto-slate.git",
"path": "src",
"branch": "develop"
}
}
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
"private": "true",
"workspaces": [
"src/addons/volto-bise",
"src/addons/volto-addons"
"src/addons/volto-addons",
"src/addons/volto-slate"
],
"addons": [
"volto-addons:installImageSlides",
"volto-bise"
"volto-bise",
"volto-slate"
],
"scripts": {
"analyze": "webpack-bundle-analyzer -p $PORT -h 0.0.0.0 ./build/public/stats.json",
Expand Down
Loading

0 comments on commit 7de6a26

Please sign in to comment.