https://github.com/eea/volto-listing-block
Volto Listing Block Enhanced
https://github.com/eea/volto-listing-block
Last synced: about 2 months ago
JSON representation
Volto Listing Block Enhanced
- Host: GitHub
- URL: https://github.com/eea/volto-listing-block
- Owner: eea
- License: mit
- Created: 2021-05-17T10:26:10.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T17:47:56.000Z (about 2 months ago)
- Last Synced: 2025-04-10T18:57:39.105Z (about 2 months ago)
- Language: JavaScript
- Size: 884 KB
- Stars: 0
- Watchers: 30
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-volto - volto-listing-block - Extension for the Volto listing block adding more templates (Addons / Layout addons)
README
# volto-listing-block
[](https://github.com/eea/volto-listing-block/releases)
[](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-listing-block/job/master/display/redirect)
[](https://sonarqube.eea.europa.eu/dashboard?id=volto-listing-block-master)
[](https://sonarqube.eea.europa.eu/dashboard?id=volto-listing-block-master)
[](https://sonarqube.eea.europa.eu/dashboard?id=volto-listing-block-master)
[](https://sonarqube.eea.europa.eu/dashboard?id=volto-listing-block-master)[](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-listing-block/job/develop/display/redirect)
[](https://sonarqube.eea.europa.eu/dashboard?id=volto-listing-block-develop)
[](https://sonarqube.eea.europa.eu/dashboard?id=volto-listing-block-develop)
[](https://sonarqube.eea.europa.eu/dashboard?id=volto-listing-block-develop)
[](https://sonarqube.eea.europa.eu/dashboard?id=volto-listing-block-develop)[Volto](https://github.com/plone/volto) add-on
## Features
This package aims to provide a framework for more flexible listings for the
Listing Volto block. It introduces the concept of UniversalCard, which is a
generic component governed by a designated "itemModel".It provides several views and integrates with the Teaser Grid.

## Upgrade
### Upgrading to 1.x
This version requires: `@plone/volto >= 16.0.0.alpha.15` (`volto-slate` part of Volto Core).
## Getting started
### Try volto-listing-block with Docker
git clone https://github.com/eea/volto-listing-block.git
cd volto-listing-block
make
make startGo to http://localhost:3000
### Add volto-listing-block to your Volto project
1. Make sure you have a [Plone backend](https://plone.org/download) up-and-running at http://localhost:8080/Plone
```Bash
docker compose up backend
```1. Start Volto frontend
* If you already have a volto project, just update `package.json`:
```JSON
"addons": [
"@eeacms/volto-listing-block"
],"dependencies": {
"@eeacms/volto-listing-block": "*"
}
```* If not, create one:
```
npm install -g yo @plone/generator-volto
yo @plone/volto my-volto-project --canary --addon @eeacms/volto-listing-block
cd my-volto-project
```1. Install new add-ons and restart Volto:
```
yarn
yarn start
```1. Go to http://localhost:3000
1. Happy editing!
## Release
See [RELEASE.md](https://github.com/eea/volto-listing-block/blob/master/RELEASE.md).
## How to contribute
See [DEVELOP.md](https://github.com/eea/volto-listing-block/blob/master/DEVELOP.md).
## Copyright and license
The Initial Owner of the Original Code is European Environment Agency (EEA).
All Rights Reserved.See [LICENSE.md](https://github.com/eea/volto-listing-block/blob/master/LICENSE.md) for details.
## Funding
[European Environment Agency (EU)](http://eea.europa.eu)