Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 578 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 578 Bytes

Simple example add-on

Select news items and show with image and title.

volto-newsblock is a 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

Installation

package.json

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

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

Run

yarn
yarn start