@kitconcept/volto-heading-block
v2.4.0
Published
volto-heading-block: Volto add-on that provides a configurable heading block
Downloads
2,679
Readme
Volto Heading Block
The Volto Heading Block allows editors to add a heading to a Volto page.
Screenshot
Screencast
Installation
Create a new Volto project (you can skip this step if you already have one):
npm install -g yo @plone/generator-volto
yo @plone/volto my-volto-project --addon @kitconcept/volto-heading-block
cd my-volto-project
Add @kitconcept/volto-heading-block
to your package.json:
"addons": [
"@kitconcept/volto-heading-block"
],
"dependencies": {
"@kitconcept/volto-heading-block": "*"
}
Download and install the new add-on by running:
yarn install
Start Volto with:
yarn start
Go to http://localhost:3000, login, create a new page. The heading block will show up in the Volto blocks chooser.
Credits
The development of this plugin has been kindly sponsored by Forschungszentrum Jülich.
License
The project is licensed under the MIT license.