New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@eeacms/volto-block-style

Package Overview
Dependencies
Maintainers
6
Versions
78
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

  • 1.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.3K
decreased by-2.94%
Maintainers
6
Weekly downloads
 
Created
Source

volto-block-style

Releases Pipeline Pipeline

Volto add-on

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.

Ideally it should be loaded as the last addon in Volto project configuration.

Screenshot

Getting started

  1. Create new volto project if you don't already have one:

    $ npm install -g yo @plone/generator-volto
    $ yo @plone/volto my-volto-project --addon @eeacms/volto-block-style
    
    $ cd my-volto-project
    $ yarn add -W @eeacms/volto-block-style
    
  2. If you already have a volto project, just update package.json:

    "addons": [
        "@eeacms/volto-block-style"
    ],
    
    "dependencies": {
        "@eeacms/volto-block-style": "^1.0.0"
    }
    
  3. Install new add-ons and restart Volto:

    $ yarn
    $ yarn start
    
  4. Go to http://localhost:3000

  5. Happy editing!

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

FAQs

Package last updated on 16 Nov 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc