kitconcept / volto-button-block

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Volto Button Block

NPM Build Status Build Status Build Status

kitconcept GmbH

The Volto Button Block allows editors to add a configurable button to a Volto page.

Screenshot

Button-Block

Screencast

Button-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-button-block
cd my-volto-project

Add @kitconcept/volto-button-blockto your package.json:

"addons": [
    "@kitconcept/volto-button-block"
],

"dependencies": {
    "@kitconcept/volto-button-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 button block will show up in the Volto blocks chooser.

Credits

Forschungszentrum Jülich

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

License

The project is licensed under the MIT license.

About

License:MIT License


Languages

Language:JavaScript 68.3%Language:Makefile 23.8%Language:Less 4.1%Language:Dockerfile 3.8%