summaryrefslogtreecommitdiffstats
path: root/fedoratheme/kindofblue/profiles.zcml
diff options
context:
space:
mode:
Diffstat (limited to 'fedoratheme/kindofblue/profiles.zcml')
-rw-r--r--fedoratheme/kindofblue/profiles.zcml14
1 files changed, 14 insertions, 0 deletions
diff --git a/fedoratheme/kindofblue/profiles.zcml b/fedoratheme/kindofblue/profiles.zcml
new file mode 100644
index 0000000..6754444
--- /dev/null
+++ b/fedoratheme/kindofblue/profiles.zcml
@@ -0,0 +1,14 @@
+<configure
+ xmlns="http://namespaces.zope.org/zope"
+ xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
+ i18n_domain="fedoratheme.kindofblue">
+
+ <genericsetup:registerProfile
+ name="default"
+ title="kindofblue"
+ directory="profiles/default"
+ description='Extension profile for the "kindofblue" Plone theme.'
+ provides="Products.GenericSetup.interfaces.EXTENSION"
+ />
+
+</configure>