Plone addon to allow to extend @site controlpanel
Project description
collective.volto.sitesettings
Plone addon that extends @site controlpanel by adding new fields.
This product is the backend part of volto-site-settings.
Features
Can set site title in different languages
Can set a subtitle in different languages
Can add a logo footer
It overrides @site endpoint to expose these new data.
Translations
This product has been translated into
Italian
Installation
Install collective.volto.sitesettings by adding it to your buildout:
[buildout] ... eggs = collective.volto.sitesettings
and then running bin/buildout
Contributors
Put your name here, you deserve it!
?
Contribute
Issue Tracker: https://github.com/collective/collective.volto.sitesettings/issues
Source Code: https://github.com/collective/collective.volto.sitesettings
Documentation: https://docs.plone.org/foo/bar
Support
If you are having issues, please let us know. We have a mailing list located at: project@example.com
License
The project is licensed under the GPLv2.
Contributors
RedTurtle Technology, sviluppo@redturtle.it
Changelog
1.0.6 (2025-04-03)
Fix fields order in schema. [cekk]
1.0.5 (2025-04-03)
Add option to hide title. [cekk]
1.0.4 (2025-02-04)
Add absolute_url method in registry-images view for compatibility with plone.namedfile >= 6.4.0. [cekk]
1.0.3 (2024-10-04)
Better handle default value before run 1001 upgrade-step. [cekk]
1.0.2 (2024-10-04)
Do not override site_title in schema: we use site_title_translated and then keep it in sync with site_title. [cekk]
1.0.1 (2024-07-10)
Add compatibility with Plone52. [cekk]
1.0.0 (2024-07-10)
Initial release. [cekk]