source: products/vendor/Products.CacheSetup/current/Products/CacheSetup/profiles/default/types/HeaderSetFolder.xml @ 3296

Last change on this file since 3296 was 3296, checked in by fenix, 13 years ago

Load Products.CacheSetup?-1.2.1 into vendor/Products.CacheSetup?/current.

File size: 1.9 KB
Line 
1<?xml version="1.0"?>
2<object name="HeaderSetFolder" meta_type="Factory-based Type Information"
3   xmlns:i18n="http://xml.zope.org/namespaces/i18n">
4 <property name="title">Header Set Folder</property>
5 <property name="description">A container for header set objects</property>
6 <property name="content_icon">folder_icon.gif</property>
7 <property name="content_meta_type">HeaderSetFolder</property>
8 <property name="product">CacheSetup</property>
9 <property name="factory">addHeaderSetFolder</property>
10 <property name="immediate_view">base_edit</property>
11 <property name="global_allow">False</property>
12 <property name="filter_content_types">True</property>
13 <property name="allowed_content_types">
14  <element value="HeaderSet"/>
15 </property>
16 <property name="allow_discussion">False</property>
17 <alias from="(Default)" to="cache_policy_item_config"/>
18 <alias from="edit" to="cache_policy_item_config"/>
19 <alias from="view" to="cache_policy_item_config"/>
20 <action title="Cache Setup" action_id="view" category="object"
21    condition_expr="" url_expr="string:$object_url" visible="False">
22  <permission value="Manage portal"/>
23 </action>
24 <action title="Edit" action_id="edit" category="object"
25    condition_expr="not:object/@@plone_lock_info/is_locked_for_current_user"
26    url_expr="string:${object_url}/edit" visible="True">
27  <permission value="Modify portal content"/>
28 </action>
29 <action title="Properties" action_id="metadata" category="object"
30    condition_expr="" url_expr="string:${object_url}/properties"
31    visible="True">
32  <permission value="Modify portal content"/>
33 </action>
34 <action title="References" action_id="references" category="object"
35    condition_expr="object/archetype_tool/has_graphviz"
36    url_expr="string:${object_url}/reference_graph" visible="True">
37  <permission value="Modify portal content"/>
38  <permission value="Review portal content"/>
39 </action>
40</object>
Note: See TracBrowser for help on using the repository browser.