@eeacms/volto-hero-block
v8.0.0
Published
@eeacms/volto-hero-block: Volto add-on
Readme
volto-hero-block
Enhanced Hero Block Volto add-on
Features

Upgrade
Upgrading to 2.x
This version requires: @plone/volto >= 16.0.0.alpha.46 (schemaEnhancer / addStyling).
Upgrading to 6.x
Starting with version 6.0.0 we have the following breaking changes from version 5.x.x:
- Removed inner
divthat was used to addquoted-wrapperclass. Thisclassis now added on the maindivalongside the otherblockoptions. - Block is using
BlocksFormto add more than oneSlateblocks. This is useful in case you have to add some sub titles or extra paragraphs inside theHero block. The defaultSlatetag is stillh2but you can change it using the rich text options toolbar.
Getting started
Try volto-hero-block with Docker
git clone https://github.com/eea/volto-hero-block.git
cd volto-hero-block
make
make startGo to http://localhost:3000
Add volto-hero-block to your Volto project
Make sure you have a Plone backend up-and-running at http://localhost:8080/Plone
docker compose up backendStart Volto frontend
If you already have a volto project, just update
package.json:"addons": [ "@eeacms/volto-hero-block" ], "dependencies": { "@eeacms/volto-hero-block": "*" }If not, create one:
npm install -g yo @plone/generator-volto yo @plone/volto my-volto-project --canary --addon @eeacms/volto-hero-block cd my-volto-project
Install new add-ons and restart Volto:
yarn yarn startGo to http://localhost:3000
Happy editing!
Release
See RELEASE.md.
How to contribute
See DEVELOP.md.
Copyright and license
The Initial Owner of the Original Code is European Environment Agency (EEA). All Rights Reserved.
See LICENSE.md for details.
