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

https://github.com/kitconcept/volto-banner-block


https://github.com/kitconcept/volto-banner-block

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Volto Banner Block

[![NPM](https://img.shields.io/npm/v/@kitconcept/volto-banner-block.svg)](https://www.npmjs.com/package/@kitconcept/volto-banner-block)
[![Build Status](https://github.com/kitconcept/volto-banner-block/actions/workflows/code.yml/badge.svg)](https://github.com/kitconcept/volto-banner-block/actions)
[![Build Status](https://github.com/kitconcept/volto-banner-block/actions/workflows/unit.yml/badge.svg)](https://github.com/kitconcept/volto-banner-block/actions)
[![Build Status](https://github.com/kitconcept/volto-banner-block/actions/workflows/acceptance.yml/badge.svg)](https://github.com/kitconcept/volto-banner-block/actions)


kitconcept, GmbH

The Volto Banner Block allows editors to add a banner with text to a Volto page.

**This add-on is [volto-light-theme](https://github.com/kitconcept/volto-light-theme) compatible.**

## Installation

Create a new Volto project (you can skip this step if you already have one):

```
npm install -g yo @plone/generator-volto
yo @plone/volto my-volto-project --addon @kitconcept/volto-banner-block
cd my-volto-project
```

Add `@kitconcept/volto-banner-block`to your package.json:

```
"addons": [
"@kitconcept/volto-banner-block"
],

"dependencies": {
"@kitconcept/volto-banner-block": "*"
}
```

Download and install the new add-on by running:

```
yarn install
```

Start Volto with:

```
yarn start
```

Go to http://localhost:3000, login, create a new page. The banner block will show up in the Volto blocks chooser.

## Block configuration

This block does not have any configuration options.

## Credits

Deutsches Zentrum für Luft- und Raumfahrt (DLR)

The development of this plugin has been kindly sponsored by [German Aerospace Center (DLR)](https://dlr.de/de).

# License

The project is licensed under the MIT license.