EEA Website Volto Theme
See Docusaurus. See Storybook.
-
volto-slate/elementEditor/utils
-> plone/volto#5926 -
volto-slate/editor/SlateEditor
-> When two slates looks at the same prop changing one slate and updating the other should be handled properly. This change makes replacing the old value of slate work in sync with the other slates that watches the same prop ref.!!IMPORTANT: This change requires volto@^16.26.1
-
volto/components/manage/Sidebar/SidebarPopup
-> plone/volto#5520
git clone https://github.com/eea/volto-eea-website-theme.git
cd volto-eea-website-theme
make
make start
Go to http://localhost:3000
-
Make sure you have a Plone backend up-and-running at http://localhost:8080/Plone
docker compose up backend
-
Start Volto frontend
-
If you already have a volto project, just update
package.json
:"addons": [ "@eeacms/volto-eea-website-theme" ], "dependencies": { "@eeacms/volto-eea-website-theme": "*" }
-
If not, create one:
npm install -g yo @plone/generator-volto yo @plone/volto my-volto-project --canary --addon @eeacms/volto-eea-website-theme cd my-volto-project
-
Install new add-ons and restart Volto:
yarn yarn start
-
Go to http://localhost:3000
-
Happy editing!
See RELEASE.md.
See DEVELOP.md.
The Initial Owner of the Original Code is European Environment Agency (EEA). All Rights Reserved.
See LICENSE.md for details.