Volto Slim Header
- Control panel for plone registry to manage slimheader configuration.
- Restapi view that exposes these settings for Volto.
This addon only add a registry entry where store some configuration data. You need to provide the edit interface in your Volto theme.
The data is available on this enpoint @slimheader:
> curl -i http://localhost:8080/Plone/@slimheader -H 'Accept: application/json'
The response is something similar to this:
[ ...Volto JSON data here ]
You can edit settings directly from Volto because the control has been registered on Plone and available with plone.restapi.
To use this product in Volto, your Volto project needs to include a new plugin: volto-slimheader.
This product has been translated into
- Italian
Install collective.volto.slimheader by adding it to your buildout:
[buildout] ... eggs = collective.volto.slimheader
and then running bin/buildout
RedTurtle
- folix-01
- Issue Tracker: https://github.com/collective/collective.volto.slimheader/issues
- Source Code: https://github.com/collective/collective.volto.slimheader
- Documentation: https://docs.plone.org/foo/bar
If you are having issues, please let us know. We have a mailing list located at: info@redurtle.it
The project is licensed under the GPLv2.