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

@eeacms/volto-columns-block

Package Overview
Dependencies
Maintainers
8
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eeacms/volto-columns-block

volto-columns-block: Volto add-on

  • 4.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
252
decreased by-26.32%
Maintainers
8
Weekly downloads
 
Created
Source

volto-columns-block

Releases Pipeline Pipeline

Volto add-on

Features

This package gives you a block with columns. Each column is its own separate blocks container.

Initializing Columns Layout Columns Edit Example Columns Sidebar Single Column Sidebar Columns View Example

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-columns-block \
         --no-interactive \
         --skip-install
    
    $ cd my-volto-project
    $ yarn add -W @eeacms/volto-columns-block
    
  2. If you already have a volto project, just update package.json:

    "addons": [
       "@eeacms/volto-columns-block"
    ],
    
    "dependencies": {
        "@eeacms/volto-columns-block": "^2.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 23 Mar 2021

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