Skip to content

Commit

Permalink
Refs #129216 remove datatable and plotly charts:
Browse files Browse the repository at this point in the history
- for now tableau are used and the site is lighter without these addons if they
  are not used
  • Loading branch information
ichim-david committed Apr 13, 2021
1 parent 7798252 commit a1559cb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 404 deletions.
12 changes: 3 additions & 9 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
"volto-embed": [
"addons/volto-embed/src"
],
"volto-plotlycharts": [
"addons/volto-plotlycharts/src"
],
"volto-block-style": [
"addons/volto-block-style/src"
],
"volto-object-widget": [
"addons/volto-object-widget/src"
],
Expand All @@ -28,10 +22,10 @@
"volto-tabs-block": [
"addons/volto-tabs-block/src"
],
"volto-datablocks": [
"addons/volto-datablocks/src"
"volto-block-style": [
"addons/volto-block-style/src"
]
},
"baseUrl": "src"
}
}
}
18 changes: 5 additions & 13 deletions mrs.developer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
"path": "src"
},

"volto-block-style": {
"url": "https://github.com/eea/volto-block-style.git",
"package": "volto-block-style",
"path": "src"
},

"volto-object-widget": {
"url": "https://github.com/eea/volto-object-widget.git",
Expand All @@ -39,17 +34,14 @@
"package": "volto-tabs-block",
"path": "src"
},
"volto-datablocks": {
"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",
"branch": "master"

"volto-block-style": {
"url": "https://github.com/eea/volto-block-style.git",
"package": "volto-block-style",
"path": "src"
}
}
Loading

0 comments on commit a1559cb

Please sign in to comment.