bobtemplates.plone icon indicating copy to clipboard operation
bobtemplates.plone copied to clipboard

sub-template: profile - Adds a GenericSetup profile

Open idgserpro opened this issue 6 years ago • 1 comments

When creating a new profile, we need to edit:

  • configure.zcml with <genericsetup:registerProfile directive;
  • decide if it should be added to HiddenProfiles utility in setuphandlers.py;
  • add a profilename/metadata.xml with 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.

idgserpro avatar May 21 '19 13:05 idgserpro

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.

MrTango avatar May 22 '19 07:05 MrTango