Skip to content

Commit

Permalink
Refs #126375 added volto-embed as it's a dependency of volto-datablocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed Feb 4, 2021
1 parent f0e4b25 commit 6b50ae4
Show file tree
Hide file tree
Showing 4 changed files with 3,634 additions and 39 deletions.
5 changes: 4 additions & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"volto-datablocks": [
"addons/volto-datablocks/src"
],
"volto-embed": [
"addons/volto-embed/src"
],
"volto-plotlycharts": [
"addons/volto-plotlycharts/src"
],
Expand All @@ -16,4 +19,4 @@
},
"baseUrl": "src"
}
}
}
4 changes: 4 additions & 0 deletions mrs.developer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"url": "https://github.com/eea/volto-datablocks.git",
"path": "src"
},
"volto-embed": {
"url": "https://github.com/eea/volto-embed.git",
"path": "src"
},
"volto-plotlycharts": {
"url": "https://github.com/eea/volto-plotlycharts.git",
"path": "src",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"addons": [
"volto-slate:asDefault",
"volto-datablocks",
"volto-embed",
"volto-plotlycharts",
"@eeacms/volto-object-widget",
"@eeacms/volto-slate-footnote",
Expand Down
Loading

0 comments on commit 6b50ae4

Please sign in to comment.