Skip to content

This add-on enables ad-hoc grouping of Volto blocks under sections and tabs

License

Notifications You must be signed in to change notification settings

gorkafernandez/volto-tabs-block-eu-translation

 
 

Repository files navigation

volto-tabs-block

Releases

Pipeline Lines of Code Coverage Bugs Duplicated Lines (%)

Pipeline Lines of Code Coverage Bugs Duplicated Lines (%)

Volto add-on

Features

IMPORTANT! Because this depends on @eeacms/volto-block-style, you should always load this addon as the last addon in Volto project configuration or after @eeacms/volto-block-style.

Demo GIF

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

    "addons": [
       "@eeacms/volto-tabs-block"
    ],
    
    "dependencies": {
       "@eeacms/volto-tabs-block": "^1.2.0"
    }
  3. Install new add-ons and restart Volto:

    $ yarn
    $ yarn start
    
  4. Go to http://localhost:3000

  5. Happy editing!

Release

See RELEASE.md.

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)

About

This add-on enables ad-hoc grouping of Volto blocks under sections and tabs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.4%
  • Less 12.5%
  • Makefile 3.1%