Skip to content

The Volto Logos Block allows editors to add a row of up to 4 logos to a Volto page.

License

Notifications You must be signed in to change notification settings

plone-ve/volto-logos-block

 
 

Repository files navigation

Volto Logos Block

NPM Build Status Build Status Build Status

kitconcept GmbH

The Volto Logos Block allows editors to add a row of up to 4 logos to a Volto page.

Screenshot

Screenshot 2023-12-05 at 15-28-43 Logos Test

Screencast

Coming soon...

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

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

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

"dependencies": {
    "@kitconcept/volto-logos-block": "*"
}

Download and install the new add-on by running:

yarn install

Start Volto with:

yarn start

Usage

  1. Go to https://localhost:3000, login, add the logos you want to use as image content objects to your site.
  2. Create a new page. The logos block will show up in the Volto blocks chooser. Add it to the page
  3. Select the number of items
  4. Choose the Logos you uploaded earlier as content

Credits

phpThumb_generated_thumbnail

The development of this plugin has been kindly sponsored by Deutsches Zentrum für Luft- und Raumfahrt (DLR).

License

The project is licensed under the MIT license.

About

The Volto Logos Block allows editors to add a row of up to 4 logos to a Volto page.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.2%
  • Makefile 23.5%
  • Less 9.4%
  • Dockerfile 3.4%
  • SCSS 2.3%
  • Gherkin 0.2%