bobtemplates.plone
bobtemplates.plone copied to clipboard
sub-template: profile - Adds a GenericSetup profile
When creating a new profile, we need to edit:
- configure.zcml with
<genericsetup:registerProfiledirective; - decide if it should be added to
HiddenProfilesutility in setuphandlers.py; - add a
profilename/metadata.xmlwith a simple xml. Ex:
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<version>1000</version>
<dependencies>
<!--<dependency>profile-plone.app.dexterity:default</dependency>-->
</dependencies>
</metadata>
Because of this scenario I think a theme for profile creations would be a nice feature.
Hi, yes that would be useful for some people. Even though in most cases one goes with the profiles provided in the addon template. But this falls in the same category as the upgradestep template we are planning on.