This add-on enable a new Subsite content-type and provides some utilities for Volto.
It's a basic folderish content with some additional fields:
- Header text
- Footer text
- Color
- Image
These fields are useful for Volto theme that will draw some components based on these values.
Subsite contents are not searchable.
There is a new expansion slot in restapi response when getting content data: subsite.
This expansion works like the standard ones (workflow, breadcrumbs, etc) and returns some metadata of the parent Subsite if the requested content is inside a Subsite.
There is a control panel that allows to set some settings for Subsites:
- Styles: you can set a predefined list of css classes that will be used in Volto theme to set some custom styles inside the subsite.
This product has been translated into
- Italian
- Spanish
Install collective.volto.subsites by adding it to your buildout:
[buildout]
...
eggs =
collective.volto.subsites
and then running bin/buildout
- Issue Tracker: https://github.com/collective/collective.volto.subsites/issues
- Source Code: https://github.com/collective/collective.volto.subsites
The project is licensed under the GPLv2.
This product was developed by RedTurtle Technology team.