https://github.com/kitconcept/volto-banner-block
https://github.com/kitconcept/volto-banner-block
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kitconcept/volto-banner-block
- Owner: kitconcept
- Created: 2024-03-23T20:55:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T12:37:47.000Z (over 1 year ago)
- Last Synced: 2025-04-24T04:56:07.485Z (about 1 year ago)
- Language: JavaScript
- Size: 5.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Volto Banner Block
[](https://www.npmjs.com/package/@kitconcept/volto-banner-block)
[](https://github.com/kitconcept/volto-banner-block/actions)
[](https://github.com/kitconcept/volto-banner-block/actions)
[](https://github.com/kitconcept/volto-banner-block/actions)

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

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.