I've registered two extension profiles in my profiles.zcml. While both of
them showup under portal_setup > import, only the first one is available via
quickinstaller.
Is there a way to make both available?

Below is my profiles.zcml file

<configure
    xmlns="http://namespaces.zope.org/zope";
    xmlns:genericsetup="http://namespaces.zope.org/genericsetup";
    i18n_domain="hey.now">

  <genericsetup:registerProfile
      name="default"
      title="Cool Theme"
      directory="profiles/default"
      description='Extension profile for the "The Cool Theme" Plone theme.'
      provides="Products.GenericSetup.interfaces.EXTENSION"
      />
  <genericsetup:registerProfile
      name="test"
      title="The Cool Theme 2"
      directory="profiles/test"
      description='New profile as an experiment, footer not hidden'
      provides="Products.GenericSetup.interfaces.EXTENSION"
      />

</configure>
_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to