kitconcept / volto-testimonials-block

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Volto Testimonials Block

NPM Build Status Build Status Build Status

kitconcept GmbH

The Volto Testimonials Block allows editors to add a testimonials slider to a Volto page.

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

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

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

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

Block configuration

Coming soon...

Credits

kitconcept GmbH

Developed by kitconcept.

License

The project is licensed under the MIT license.

About

License:MIT License


Languages

Language:JavaScript 74.6%Language:Makefile 15.1%Language:Less 8.1%Language:Dockerfile 2.2%