GenericSetup profiles for plone.app.theming
Project description
collective.themesitesetup
collective.themesitesetup is a plugin for plone.app.theming. With this plugin it’s possible to embed automatically imported generic setup profiles into a zipped theme package: one to be imported when theme is activated from the theming control panel, and the other one to be imported when theme is deactivated (as so called uninstall profile).
Note: Due to regression in plone.app.theming, this package will work only when a fixing pull for it is accepted and new version released (1, 2, 3):
Once this plugin is included into your Plone site (e.g. including it into the buildout eggs list and running the buildout), the plugin is enabled for the theme by adding the following line into its manifest.cfg:
[theme:genericsetup]
By default the plugin looks the profile imported during activation from a theme sub-directory called install and the profile imported during deactivation from a sub-directory called uninstall. The default lookup directories can be customized in manifest.cfg:
[theme:genericsetup]
install = my-install
uninstall = my-uninstall
The importable profile can be edited TTW through the theme editor:
Note: Because the theme editor hides all dotfiles, files starting with a dot must be renamed to end with .dotfile (and to not start with a dot).
This plugin also provides a helper form for exporting the current site setup into a through-the-web created (editable) theme. The helper form can be reached by adding @@export-site-setup after the theme resource directory URL, e.g. http://localhost:8080/Plone/++theme++my-theme/@@export-site-setup:
Changelog
0.9.0 (2015-04-01)
First release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for collective.themesitesetup-0.9.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8865de42e1e95ebfefc1bf37ee988432a6e58f72366b715703fa239b6e1c62b |
|
MD5 | c5516eac76f9d9bd95bf4bd09b4fa5a6 |
|
BLAKE2b-256 | e939cd49c145185a69ea8291a5d634329f6fd6efc06fb81d04660f2501870d9f |