An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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.

![Edit news block @rohberg/volto-newsblock](https://github.com/rohberg/volto-newsblock/raw/master/public/edit_page.png)

## Installation

*package.json*

```
"addons": [
"@rohberg/volto-newsblock"
],

"dependencies": {
"@rohberg/volto-newsblock"
}
```

Run

```
yarn
yarn start
```