1.0.2 • Published 4 months ago

@kitconcept/volto-testimonials-block v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

Volto Testimonials Block

NPM Build Status Build Status Build Status

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

Developed by kitconcept.

License

The project is licensed under the MIT license.

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago