summaryrefslogtreecommitdiffstats
path: root/fedoratheme/kindofblue/skins.zcml
diff options
context:
space:
mode:
Diffstat (limited to 'fedoratheme/kindofblue/skins.zcml')
-rw-r--r--fedoratheme/kindofblue/skins.zcml24
1 files changed, 24 insertions, 0 deletions
diff --git a/fedoratheme/kindofblue/skins.zcml b/fedoratheme/kindofblue/skins.zcml
new file mode 100644
index 0000000..3a1018b
--- /dev/null
+++ b/fedoratheme/kindofblue/skins.zcml
@@ -0,0 +1,24 @@
+<configure
+ xmlns="http://namespaces.zope.org/zope"
+ xmlns:cmf="http://namespaces.zope.org/cmf"
+ i18n_domain="fedoratheme.kindofblue">
+
+ <!-- File System Directory Views registration -->
+ <cmf:registerDirectory
+ name="fedoratheme_kindofblue_custom_images"/>
+ <cmf:registerDirectory
+ name="fedoratheme_kindofblue_custom_templates"/>
+ <cmf:registerDirectory
+ name="fedoratheme_kindofblue_styles"/>
+ <cmf:registerDirectory
+ name="fedoratheme_kindofblue_logos"/>
+ <cmf:registerDirectory
+ name="fedoratheme_kindofblue_images"/>
+
+
+ <!-- Note: This could also be done for all folders at once
+ by replacing the previous lines with this one:
+ <cmf:registerDirectory name="skins" directory="skins" recursive="True" />
+ -->
+
+</configure>