plone-ve / volto-logos-block

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 http://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.

License:MIT License


Languages

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