Skip to content

Commit

Permalink
Added datablocks and plotlycharts to addons
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocseh committed Aug 12, 2021
1 parent bddd534 commit d0c192c
Show file tree
Hide file tree
Showing 4 changed files with 460 additions and 453 deletions.
6 changes: 6 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
],
"@eeacms/volto-widget-geolocation": [
"addons/volto-widget-geolocation/src"
],
"@eeacms/volto-datablocks": [
"addons/volto-datablocks/src"
],
"@eeacms/volto-plotlycharts": [
"addons/volto-plotlycharts/src"
]
},
"baseUrl": "src"
Expand Down
14 changes: 14 additions & 0 deletions mrs.developer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,19 @@
"url": "https://github.com/eea/volto-widget-geolocation.git",
"package": "@eeacms/volto-widget-geolocation",
"path": "src"
},
"volto-datablocks": {
"url": "https://github.com/eea/volto-datablocks.git",
"branch": "develop",
"path": "src",
"package": "@eeacms/volto-datablocks",
"develop": true
},
"volto-plotlycharts": {
"url": "https://github.com/eea/volto-plotlycharts.git",
"branch": "develop",
"path": "src",
"package": "@eeacms/volto-plotlycharts",
"develop": true
}
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
"@eeacms/volto-widget-geolocation",
"@eeacms/volto-tableau",
"@eeacms/volto-freshwater",
"@eeacms/volto-block-style"
"@eeacms/volto-block-style",
"@eeacms/volto-datablocks",
"@eeacms/volto-plotlycharts"
],
"scripts": {
"analyze": "webpack-bundle-analyzer -p $PORT -h 0.0.0.0 ./build/public/stats.json",
Expand Down
Loading

0 comments on commit d0c192c

Please sign in to comment.