1.1.2 • Published 3 years ago

@eeacms/volto-grid-block v1.1.2

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

(deprecated) volto-grid-block

Releases Pipeline Pipeline

!IMPORTANT: use https://github.com/eea/volto-columns-block and https://github.com/eea/volto-block-style instead of grid-block

This addon enables grid layout grouping of Volto blocks. It introduces a "grid block" which can be used, from the Edit form, to group other blocks. It uses a flex based layout with column css classes. Ex. 'xs-12 sm-6 md-4 lg-3'

Volto Grid Block Demo Video

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

    "addons": [
        "@eeacms/volto-grid-block"
    ],
    
    "dependencies": {
        "@eeacms/volto-grid-block": "^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.

Copyright and license

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)