Imported from SVN by Bitbucket
This commit is contained in:
22
caotek/tcshome_theme/profiles.zcml
Executable file
22
caotek/tcshome_theme/profiles.zcml
Executable file
@@ -0,0 +1,22 @@
|
||||
<configure
|
||||
xmlns="http://namespaces.zope.org/zope"
|
||||
xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
|
||||
i18n_domain="caotek.tcshome_theme">
|
||||
|
||||
<genericsetup:registerProfile
|
||||
name="default"
|
||||
title="tcshome.org site theme"
|
||||
directory="profiles/default"
|
||||
description='Extension profile for the "tcshome.org Site" Plone theme.'
|
||||
provides="Products.GenericSetup.interfaces.EXTENSION"
|
||||
/>
|
||||
|
||||
<genericsetup:importStep
|
||||
name="caotek.tcshome_theme.various"
|
||||
title="tcshome.org Site theme: miscellaneous import steps"
|
||||
description="Various import steps that are not handled by GS import/export handlers."
|
||||
handler="caotek.tcshome_theme.setuphandlers.setupVarious">
|
||||
<depends name="skins"/>
|
||||
</genericsetup:importStep>
|
||||
|
||||
</configure>
|
||||
Reference in New Issue
Block a user