The Volto Logos Block allows editors to add a row of up to 4 logos to a Volto page.
Coming soon...
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-block
to 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
- Go to http://localhost:3000, login, add the logos you want to use as image content objects to your site.
- Create a new page. The logos block will show up in the Volto blocks chooser. Add it to the page
- Select the number of items
- Choose the Logos you uploaded earlier as content
The development of this plugin has been kindly sponsored by Deutsches Zentrum für Luft- und Raumfahrt (DLR).
The project is licensed under the MIT license.