Socket
Book a DemoInstallSign in
Socket

@kitconcept/volto-logos-block

Package Overview
Dependencies
Maintainers
8
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kitconcept/volto-logos-block

Plone (Volto) Block that allows showing logos in a grid-like way.

latest
npmnpm
Version
2.0.0
Version published
Maintainers
8
Created
Source

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

  • 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

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.

Keywords

volto-addon

FAQs

Package last updated on 30 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts