Socket
Book a DemoInstallSign in
Socket

@eeacms/volto-block-style

Package Overview
Dependencies
Maintainers
10
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eeacms/volto-block-style

volto-block-style: Volto add-on

latest
Source
npmnpm
Version
8.0.0
Version published
Weekly downloads
774
72.38%
Maintainers
10
Weekly downloads
 
Created
Source

volto-block-style

Releases

Pipeline Lines of Code Coverage Bugs Duplicated Lines (%)

Pipeline Lines of Code Coverage Bugs Duplicated Lines (%)

Volto add-on to style blocks and other components

Features

A generic framework to style blocks and other components.

To configure it, set settings.pluggableStylesBlocksWhitelist as a list of block types that you want to enable. By default it is enabled for all blocks.

IMPORTANT! Because of the way it works, you should always load this addon as the last addon in Volto project configuration.

Screenshot

From version 5.2.7 you can use blocks as page header by enabling 'Use as page header' from the 'Advanced' tab.

Screenshot

Getting started

Try volto-block-style with Docker

  git clone https://github.com/eea/volto-block-style.git
  cd volto-block-style
  make
  make start

Go to http://localhost:3000

Add volto-block-style to your Volto project

  • If you already have a volto project, just update package.json:

    "addons": [
        "@eeacms/volto-block-style"
    ],
    
    "dependencies": {
        "@eeacms/volto-block-style": "*"
    }
    
  • If not, create one:

    npm install -g yo @plone/generator-volto
    yo @plone/volto my-volto-project --canary --addon @eeacms/volto-block-style
    cd my-volto-project
    

Release

See RELEASE.md.

How to contribute

See DEVELOP.md.

The Initial Owner of the Original Code is European Environment Agency (EEA). All Rights Reserved.

See LICENSE.md for details.

Funding

European Environment Agency (EU)

Keywords

volto-addon

FAQs

Package last updated on 28 Jul 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