source: products/vendor/Products.CacheSetup/current/Products/CacheSetup/profiles/default/types/PolicyHTTPCacheManagerCacheRule.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="PolicyHTTPCacheManagerCacheRule"
3   meta_type="Factory-based Type Information"
4   xmlns:i18n="http://xml.zope.org/namespaces/i18n">
5 <property name="title">PolicyHTTPCacheManager Cache Rule</property>
6 <property name="description">
7      </property>
8 <property name="content_icon">document_icon.gif</property>
9 <property name="content_meta_type">PolicyHTTPCacheManagerCacheRule</property>
10 <property name="product">CacheSetup</property>
11 <property name="factory">addPolicyHTTPCacheManagerCacheRule</property>
12 <property name="immediate_view">base_edit</property>
13 <property name="global_allow">False</property>
14 <property name="filter_content_types">False</property>
15 <property name="allowed_content_types"/>
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.