Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
resolve imports
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiggr committed Nov 4, 2022
1 parent 12db55b commit eb5bcf9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
"react-highlight-words": "^0.16.0",
"react-image-gallery": "1.2.7",
"react-lazy-load-image-component": "^1.5.0",
"react-stickynode": "^2.1.1"
"react-stickynode": "^2.1.1",
"redux-connect": "10.0.0",
"@sentry/browser": "7.17.3"
},
"devDependencies": {
"@cypress/code-coverage": "^3.9.5",
Expand Down
10 changes: 8 additions & 2 deletions src/constants/Layouts.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
import layouts from '@plone/volto/constants/Layouts';
export default {
...layouts,
album_view: 'Album view',
event_listing: 'Event listing',
full_view: 'All content',
listing_view: 'Listing view',
summary_view: 'Summary view',
tabular_view: 'Tabular view',
layout_view: 'Mosaic layout',
document_view: 'Document view',
country_tab_view: 'Country page',
};

0 comments on commit eb5bcf9

Please sign in to comment.