summaryrefslogtreecommitdiffstats
path: root/fedoratheme/kindofblue/profiles/default/skins.xml
diff options
context:
space:
mode:
Diffstat (limited to 'fedoratheme/kindofblue/profiles/default/skins.xml')
-rw-r--r--fedoratheme/kindofblue/profiles/default/skins.xml59
1 files changed, 59 insertions, 0 deletions
diff --git a/fedoratheme/kindofblue/profiles/default/skins.xml b/fedoratheme/kindofblue/profiles/default/skins.xml
new file mode 100644
index 0000000..b6cd429
--- /dev/null
+++ b/fedoratheme/kindofblue/profiles/default/skins.xml
@@ -0,0 +1,59 @@
+<?xml version="1.0"?>
+<!-- This file holds the setup configuration for the portal_skins tool -->
+
+<!-- Change the value of these parameters to modify portal_skins behavior:
+ - allow_any: change it to True if you want users to be able to select the
+ skin to use from their personal preferences management page. In the
+ ZMI, this value is known as 'Skin flexibility'.
+ - cookie_persistence: change it to True if you want to make the skin cookie
+ persist indefinitely. In the ZMI, this value is known as 'Skin Cookie
+ persistence'.
+ -->
+
+<object name="portal_skins" allow_any="False" cookie_persistence="False"
+ default_skin="kindofblue">
+
+ <!-- This list registers the folders that are stored in the skins directory
+ of your product (on the filesystem) as Filesystem Directory Views within
+ the portal_skins tool, so that they become usable as skin layers.
+ -->
+ <object name="fedoratheme_kindofblue_custom_images"
+ meta_type="Filesystem Directory View"
+ directory="fedoratheme.kindofblue:skins/fedoratheme_kindofblue_custom_images"/>
+ <object name="fedoratheme_kindofblue_custom_templates"
+ meta_type="Filesystem Directory View"
+ directory="fedoratheme.kindofblue:skins/fedoratheme_kindofblue_custom_templates"/>
+ <object name="fedoratheme_kindofblue_styles"
+ meta_type="Filesystem Directory View"
+ directory="fedoratheme.kindofblue:skins/fedoratheme_kindofblue_styles"/>
+
+<object name="fedoratheme_kindofblue_images"
+ meta_type="Filesystem Directory View"
+ directory="fedoratheme.kindofblue:skins/fedoratheme_kindofblue_images"/>
+<object name="fedoratheme_kindofblue_logos"
+ meta_type="Filesystem Directory View"
+ directory="fedoratheme.kindofblue:skins/fedoratheme_kindofblue_logos"/>
+
+ <!-- A skin-path in this file corresponds to a Skin Selection in the
+ 'Properties' tab of the portal_skins tool, in the ZMI.
+ You can define for each new skin path the layers that it holds. A new
+ skin can be based on another existing one by using the 'based-on'
+ attribute.
+ The definition of a layer accepts these parameters:
+ - name: quite self explanatory, the name of the layer.
+ - insert-before: name of the layer before which it must be added.
+ - insert-after: name of the layer after which it must be added.
+ Note: insert-before (and -after) accepts the value "*" which means
+ "all".
+ -->
+
+ <skin-path name="kindofblue" based-on="Plone Default">
+ <layer name="fedoratheme_kindofblue_custom_images"
+ insert-after="custom"/>
+ <layer name="fedoratheme_kindofblue_custom_templates"
+ insert-after="fedoratheme_kindofblue_custom_images"/>
+ <layer name="fedoratheme_kindofblue_styles"
+ insert-after="fedoratheme_kindofblue_custom_templates"/>
+ </skin-path>
+
+</object>