From eb5bcf97f843a41430cb4996a054db4da5fa9b1d Mon Sep 17 00:00:00 2001 From: andreiggr Date: Fri, 4 Nov 2022 16:53:08 +0200 Subject: [PATCH] resolve imports --- package.json | 4 +++- src/constants/Layouts.js | 10 ++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 01f4bc0..90ef491 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/constants/Layouts.js b/src/constants/Layouts.js index 8e8e4cf..73b328b 100644 --- a/src/constants/Layouts.js +++ b/src/constants/Layouts.js @@ -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', };