1.0.0 • Published 2 years ago

@kitconcept/volto-text-with-background-color-block v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Volto Text With Background Color Block

NPM Build Status Build Status Build Status

kitconcept GmbH

The Volto Text With Background Color Block allows editors to add text with a background color to a Volto page.

Screenshot

Text-With-Background-Color-Block

Screencast

Text-With-Background-Color-Block

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-blockto 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

The development of this plugin has been kindly sponsored by Forschungszentrum Jülich.

License

The project is licensed under the MIT license.