1 | <?xml version="1.0"?> |
---|
2 | <object name="Folder" meta_type="Factory-based Type Information" |
---|
3 | xmlns:i18n="http://xml.zope.org/namespaces/i18n"> |
---|
4 | <property name="title">portal_type_Folder_title</property> |
---|
5 | <property name="description">portal_type_Folder_description</property> |
---|
6 | <property name="content_icon">folder_icon.png</property> |
---|
7 | <property name="content_meta_type">Folder</property> |
---|
8 | <property name="product">CPSDefault</property> |
---|
9 | <property name="factory">addFolder</property> |
---|
10 | <property name="immediate_view">folder_edit_form</property> |
---|
11 | <property name="global_allow">True</property> |
---|
12 | <property name="filter_content_types">False</property> |
---|
13 | <property name="allowed_content_types"/> |
---|
14 | <property name="allow_discussion">False</property> |
---|
15 | <property name="cps_is_searchable">False</property> |
---|
16 | <property name="cps_proxy_type">folder</property> |
---|
17 | <property name="cps_display_as_document_in_listing">False</property> |
---|
18 | <alias from="(Default)" to="folder_view"/> |
---|
19 | <alias from="view" to="folder_view"/> |
---|
20 | <action title="action_view" action_id="view" category="object" |
---|
21 | condition_expr="" url_expr="string:${object_url}/folder_view" |
---|
22 | visible="True"> |
---|
23 | <permission value="View"/> |
---|
24 | </action> |
---|
25 | <action title="action_new_content" action_id="new_content" category="object" |
---|
26 | condition_expr="" url_expr="string:${object_url}/folder_factories" |
---|
27 | visible="True"> |
---|
28 | <permission value="Modify portal content"/> |
---|
29 | </action> |
---|
30 | <action title="action_folder_contents" action_id="contents" category="object" |
---|
31 | condition_expr="" url_expr="string:${object_url}/folder_contents" |
---|
32 | visible="True"> |
---|
33 | <permission value="Modify portal content"/> |
---|
34 | </action> |
---|
35 | <action title="action_edit" action_id="edit" category="object" |
---|
36 | condition_expr="" url_expr="string:${object_url}/folder_edit_form" |
---|
37 | visible="True"> |
---|
38 | <permission value="Modify Folder Properties"/> |
---|
39 | </action> |
---|
40 | <action title="action_metadata" action_id="metadata" category="object" |
---|
41 | condition_expr="" url_expr="string:${object_url}/metadata_edit_form" |
---|
42 | visible="True"> |
---|
43 | <permission value="Modify Folder Properties"/> |
---|
44 | </action> |
---|
45 | <action title="action_local_roles" action_id="localroles" category="object" |
---|
46 | condition_expr="" url_expr="string:${object_url}/folder_localrole_form" |
---|
47 | visible="True"> |
---|
48 | <permission value="Change permissions"/> |
---|
49 | </action> |
---|
50 | <action title="action_boxes" action_id="boxes" category="object" |
---|
51 | condition_expr="" url_expr="string:${object_url}/box_manage_form" |
---|
52 | visible="True"> |
---|
53 | <permission value="Manage Boxes"/> |
---|
54 | </action> |
---|
55 | </object> |
---|