Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

@eeacms/volto-columns-block

Package Overview
Dependencies
1
Maintainers
9
Versions
43
Issues
File Explorer

Advanced tools

@eeacms/volto-columns-block

volto-columns-block: Volto add-on

    6.0.2latest
    Github

Version published
Maintainers
9
Weekly downloads
337
decreased by-32.73%

Weekly downloads

Changelog

Source

6.0.2 - 21 February 2023

:hammer_and_wrench: Others

Readme

Source

volto-columns-block

Releases

Pipeline Lines of Code Coverage Bugs Duplicated Lines (%)

Pipeline Lines of Code Coverage Bugs Duplicated Lines (%)

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

Try volto-columns-block with Docker

  1. Get the latest Docker images

    docker pull plone docker pull plone/volto
  2. Start Plone backend

    docker run -d --name plone -p 8080:8080 -e SITE=Plone -e PROFILES="profile-plone.restapi:blocks" plone
  3. Start Volto frontend

    docker run -it --rm -p 3000:3000 --link plone -e ADDONS="@eeacms/volto-columns-block" plone/volto
  4. Go to http://localhost:3000

Add volto-columns-block to your Volto project

  1. Make sure you have a Plone backend up-and-running at http://localhost:8080/Plone

  2. Start Volto frontend

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

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

    npm install -g yo @plone/generator-volto yo @plone/volto my-volto-project --addon @eeacms/volto-columns-block cd my-volto-project
  1. Install new add-ons and restart Volto:

    yarn yarn start
  2. Go to http://localhost:3000

  3. Happy editing!

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) rved.

See LICENSE.md for details.

Funding

European Environment Agency (EU)

Keywords

FAQs

Last updated on 21 Feb 2023

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc