Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Commit

Permalink
remove(eea-website-theme) dep
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Jan 9, 2023
1 parent 91fb438 commit e25f793
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@
"url": "git@github.com:eea/volto-circularity-policy.git"
},
"addons": [
"@eeacms/volto-eea-design-system",
"@eeacms/volto-eea-website-theme"
"@eeacms/volto-eea-design-system"
],
"dependencies": {
"@eeacms/volto-eea-design-system": "*",
"@eeacms/volto-eea-website-theme": "*"
"@eeacms/volto-eea-design-system": "*"
},
"devDependencies": {
"@plone/scripts": "2.0.0",
Expand Down
6 changes: 0 additions & 6 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import * as eea from '@eeacms/volto-eea-website-theme/config';
import { runtimeConfig } from '@plone/volto/runtime_config';
import StagingBanner from './StagingBanner';
import {
Expand All @@ -9,11 +8,6 @@ import worldSVG from '@plone/volto/icons/world.svg';
import './less/slate-metadata.less';

const applyConfig = (config) => {
config.settings.eea = {
...eea,
...(config.settings.eea || {}),
};

// #137187 Keycloak integration
if (runtimeConfig['RAZZLE_KEYCLOAK'] === 'Yes') {
config.settings.externalRoutes = [
Expand Down

0 comments on commit e25f793

Please sign in to comment.