Skip to content

Commit

Permalink
chore: add elastic-to-csv addon
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiggr committed Oct 4, 2023
1 parent 531296c commit 9335cdd
Show file tree
Hide file tree
Showing 6 changed files with 660 additions and 52 deletions.
3 changes: 3 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
],
"@eeacms/volto-eea-website-theme": [
"addons/volto-eea-website-theme/src"
],
"@eeacms/volto-eea-map": [
"addons/volto-eea-map/src"
]
},
"baseUrl": "src"
Expand Down
2 changes: 1 addition & 1 deletion locales/de.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion locales/en.json

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions mrs.developer.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,5 +302,13 @@
"branch": "develop",
"develop": true,
"path": "src"
},
"volto-eea-map": {
"url": "git@github.com:eea/volto-eea-map.git",
"https": "https://github.com/eea/volto-eea-map.git",
"package": "@eeacms/volto-eea-map",
"branch": "develop",
"develop": true,
"path": "src"
}
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"@eeacms/volto-searchlib",
"@eeacms/volto-freshwater-policy",
"@eeacms/volto-eea-map",
"@eeacms/volto-eea-slate-glossary"
"@eeacms/volto-eea-slate-glossary",
"@eeacms/volto-elastic-csv-widget"
],
"dependencies": {
"@babel/plugin-transform-react-jsx": "*",
Expand All @@ -45,6 +46,7 @@
"@eeacms/volto-eea-map": "2.0.6",
"@eeacms/volto-eea-slate-glossary": "github:eea/volto-eea-slate-glossary#develop",
"@eeacms/volto-eea-website-theme": "1.22.1",
"@eeacms/volto-elastic-csv-widget": "1.0.5",
"@eeacms/volto-embed": "6.0.0",
"@eeacms/volto-freshwater-policy": "0.1.25",
"@eeacms/volto-globalsearch": "1.0.21",
Expand Down
Loading

0 comments on commit 9335cdd

Please sign in to comment.