https://github.com/rohberg/volto-newsblock
Volto block with selected news items
https://github.com/rohberg/volto-newsblock
volto-addon volto-block
Last synced: 3 months ago
JSON representation
Volto block with selected news items
- Host: GitHub
- URL: https://github.com/rohberg/volto-newsblock
- Owner: rohberg
- License: mit
- Created: 2021-08-04T09:42:40.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T15:24:14.000Z (about 3 years ago)
- Last Synced: 2025-03-05T09:11:27.135Z (4 months ago)
- Topics: volto-addon, volto-block
- Language: JavaScript
- Homepage:
- Size: 220 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-volto - volto-newsblock - Volto block with selected news items (Addons)
README
>
> Simple example add-on
>**Select news items and show with image and title.**
*volto-newsblock* is a [Volto](https://github.com/plone/volto) add-on that provides a block to show some manually selectable news items. It is a simple add-on that shows how to create a custom block.

## Installation
*package.json*
```
"addons": [
"@rohberg/volto-newsblock"
],"dependencies": {
"@rohberg/volto-newsblock"
}
```Run
```
yarn
yarn start
```