https://github.com/codesyntax/volto-listingadvanced-variation
Volto addon to add an additional variation to the default listing block with advanced features
https://github.com/codesyntax/volto-listingadvanced-variation
Last synced: 3 months ago
JSON representation
Volto addon to add an additional variation to the default listing block with advanced features
- Host: GitHub
- URL: https://github.com/codesyntax/volto-listingadvanced-variation
- Owner: codesyntax
- License: mit
- Created: 2021-10-25T15:46:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T14:59:24.000Z (about 1 year ago)
- Last Synced: 2025-03-25T19:38:13.606Z (3 months ago)
- Language: JavaScript
- Size: 2.31 MB
- Stars: 5
- Watchers: 6
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-volto - volto-listingadvanced-variation - Adds a new variation to the listing block with advanced configuration options. (Addons)
README

# volto-listingadvanced-variation
Volto addon to add an additional variation to the default listing block with advanced features
This add-on adds a fully customizable variation to the default listing block. It adds the following features:
- Select to show the image of the item or not
- Select the position of the image in the item card
- Select the size of the card (to build mosaic-like listings)
- An option to select to show the publication date
- Select the number of columns in which the content will be shownInstallation:
- Add this package to your Volto's package.json dependencies
```javascript
"dependencies": {
"@codesyntax/volto-listingadvanced-variation": "0.5.0",
},
```- Add it to the addon's list
```javascript
"addons": [
"@codesyntax/volto-listingadvanced-variation"
],
```If you have any issue with this addon, just [add a new issue in GitHub](https://github.com/codesyntax/volto-listingadvanced-block).