@eeacms/volto-columns-block
Advanced tools
Weekly downloads
Changelog
Readme
Volto add-on
This package gives you a block with columns. Each column is its own separate blocks container.
Get the latest Docker images
docker pull plone
docker pull plone/volto
Start Plone backend
docker run -d --name plone -p 8080:8080 -e SITE=Plone -e PROFILES="profile-plone.restapi:blocks" plone
Start Volto frontend
docker run -it --rm -p 3000:3000 --link plone -e ADDONS="@eeacms/volto-columns-block" plone/volto
Go to http://localhost:3000
Make sure you have a Plone backend up-and-running at http://localhost:8080/Plone
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
Install new add-ons and restart Volto:
yarn
yarn start
Go to http://localhost:3000
Happy editing!
See RELEASE.md.
See DEVELOP.md.
The Initial Owner of the Original Code is European Environment Agency (EEA). All Rights Reserved.
See LICENSE.md for details.
European Environment Agency (EU) rved.
See LICENSE.md for details.
FAQs
volto-columns-block: Volto add-on
The npm package @eeacms/volto-columns-block receives a total of 253 weekly downloads. As such, @eeacms/volto-columns-block popularity was classified as not popular.
We found that @eeacms/volto-columns-block demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 9 open source maintainers collaborating on the project.
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.