Files
caotek_zidol_theme/caotek/zidol_theme/profiles.zcml

23 lines
778 B
XML
Executable File

<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
i18n_domain="caotek.zidol_theme">
<genericsetup:registerProfile
name="default"
title="caotek Zidol theme"
directory="profiles/default"
description='Extension profile for the "caotek Zidol" Plone theme.'
provides="Products.GenericSetup.interfaces.EXTENSION"
/>
<genericsetup:importStep
name="caotek.zidol_theme.various"
title="caotek Zidol theme: miscellaneous import steps"
description="Various import steps that are not handled by GS import/export handlers."
handler="caotek.zidol_theme.setuphandlers.setupVarious">
<depends name="skins"/>
</genericsetup:importStep>
</configure>