https://github.com/kitconcept/volto-style-wrapper
https://github.com/kitconcept/volto-style-wrapper
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kitconcept/volto-style-wrapper
- Owner: kitconcept
- License: mit
- Created: 2022-04-13T11:46:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-19T18:48:20.000Z (about 4 years ago)
- Last Synced: 2025-03-09T23:32:11.479Z (over 1 year ago)
- Language: JavaScript
- Size: 178 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Volto Style Wrapper
[](https://www.npmjs.com/package/@kitconcept/volto-style-wrapper)
[](https://github.com/kitconcept/volto-style-wrapper/actions)
[](https://github.com/kitconcept/volto-style-wrapper/actions)
[](https://github.com/kitconcept/volto-style-wrapper/actions)

The Volto Style Wrapper allows editors to add styles to a block.
## Screenshot
TODO
## Screencast
TODO
## 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-style-wrapper
cd my-volto-project
```
Add `@kitconcept/volto-style-wrapper`to your package.json:
```
"addons": [
"@kitconcept/volto-style-wrapper"
],
"dependencies": {
"@kitconcept/volto-style-wrapper": "*"
}
```
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.
# Credits

The development of this plugin has been kindly sponsored by [Forschungszentrum Jülich](https://fz-juelich.de).
# License
The project is licensed under the MIT license.