plone.app.themeeditor
The theme editor makes it possible to customize most aspects of a plone theme from a single location. After installation a new entry is added to the Plone "site setup" control panel called "Theme Editor."
Project Description
Using the themeeditor
- Log into your Plone site as a Manager
- Navigate to Site Setup
- Select Theme Editor
Reporting Issues
Visit https://dev.plone.org/plone and submit a ticket related to Theme Editor
Installation
If you are using zc.buildout and the plone.recipe.zope2instance recipe to manage your project, you can do this:
Add plone.app.themeeditor to the list of eggs to install, e.g.:
[buildout] ... eggs = ... plone.app.themeeditorTell the plone.recipe.zope2instance recipe to install a ZCML slug:
[instance] recipe = plone.recipe.zope2instance ... zcml = plone.app.themeeditorRe-run buildout, e.g. with:
$ ./bin/buildout
Plone 3 notes
You will need to pin newer versions of plone.app.customerize and plone.app.jquerytools as shown below:
[buildout] ... versions = versions [versions] plone.app.jquerytools = 1.1.2 plone.app.customerize = 1.2
Important: the versions noted here were correct at the time of release (Plone 3.3.5). If you are using a newer version of Plone 3.x which requires a newer version of plone.app.jquerytools or plone.app.customerize there is no need to pin them in the version section.
Current Release
No stable release available yet.
All Releases
| Version | Released | Description | Compatibility | Licenses | Status |
|---|---|---|---|---|---|
| 1.0a2 | First release worth checking out. You can now export your customizations as an egg (tar.gz format). Known to work with Plone 4. May work with Plone 3. More about this release… |
Plone 4
|
GPL | alpha | |
| 1.0a1 | First public release, early alpha so we look forward to your feedback More about this release… |
Plone 4
Plone 3
|
GPL | alpha |

