Socket
Socket
Sign inDemoInstall

@eeacms/volto-columns-block

Package Overview
Dependencies
13
Maintainers
9
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @eeacms/volto-columns-block

volto-columns-block: Volto add-on


Version published
Weekly downloads
228
decreased by-67.57%
Maintainers
9
Created
Weekly downloads
 

Changelog

Source

6.3.3 - 29 August 2023

:rocket: New Features
:house: Documentation changes
  • docs: Cleanup Makefile, update DEVELOP documentation, i18n - refs #254894 [valentinab25 - 54401a7]
:hammer_and_wrench: Others
  • test: Update Makefile and docker-compose to align it with Jenkinsfile [valentinab25 - 7ad8d40]
  • maintenance: Updated i18n support [Leonardo Caballero - 5d157ec]

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

    docker compose up backend
    
  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 29 Aug 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc