Awesome
Volto Text With Background Color Block
The Volto Text With Background Color Block allows editors to add text with a background color 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-text-with-background-color-block
cd my-volto-project
Add @kitconcept/volto-text-with-background-color-block
to your package.json:
"addons": [
"@kitconcept/volto-text-with-background-color-block"
],
"dependencies": {
"@kitconcept/volto-text-with-background-color-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 text with background color block will show up in the Volto blocks chooser.
Credits
<img alt="Forschungszentrum Jülich" src="https://github.com/kitconcept/volto-blocks/raw/master/fz-juelich.svg" width="200px" />The development of this plugin has been kindly sponsored by Forschungszentrum Jülich.
License
The project is licensed under the MIT license.