source: WAeUP_SRP/trunk/profiles/default/types/WAeUPConfiguration.xml

Last change on this file was 3824, checked in by Henrik Bettermann, 16 years ago

implement configuration object (step 1)

Configuration file must be created with create_configuration_file.py

File size: 2.3 KB
Line 
1<?xml version="1.0"?>
2<?xml-stylesheet type="text/xsl" href="types.xsl"?>
3<object name="WAeUPConfiguration" meta_type="CPS Flexible Type Information"
4   xmlns:i18n="http://xml.zope.org/namespaces/i18n">
5 <property name="title">WAeUP Configuration</property>
6 <property name="description"></property>
7 <property name="content_meta_type">WAeUPConfiguration</property>
8 <property name="product">WAeUP_SRP</property>
9 <property name="factory">addWAeUPConfiguration</property>
10 <property name="immediate_view">waeup_document_view</property>
11 <property name="global_allow">True</property>
12 <property name="filter_content_types">True</property>
13 <property name="allowed_content_types"/>
14 <property name="allow_discussion">False</property>
15 <property name="cps_is_searchable">True</property>
16 <property name="cps_proxy_type">folder</property>
17 <property name="cps_display_as_document_in_listing">True</property>
18 <property name="schemas">
19  <element value="metadata"/>
20  <element value="waeup_common"/>
21  <element value="configuration"/>
22 </property>
23 <property name="layouts">
24  <element value="configuration"/>
25 </property>
26 <property name="layout_clusters">
27  <element value="metadata:metadata"/>
28 </property>
29 <property name="flexible_layouts"/>
30 <property name="storage_methods"/>
31 <property name="cps_is_portlet">False</property>
32 <alias from="create_do" to="waeup_document_create_do"/>
33 <alias from="(Default)" to="waeup_document_view"/>
34 <alias from="view" to="waeup_document_view"/>
35 <action title="View" action_id="view" category="object" condition_expr=""
36    url_expr="string:${object_url}/waeup_document_view" visible="True">
37  <permission value="View"/>
38 </action>
39 <action title="action_edit" action_id="edit" category="object"
40    condition_expr="" url_expr="string:${object_url}/waeup_edit_form"
41    visible="True">
42  <permission value="Modify portal content"/>
43 </action>
44 <action title="action_metadata" action_id="metadata" category="object"
45    condition_expr="" url_expr="string:${object_url}/cpsdocument_metadata"
46    visible="False">
47  <permission value="Modify portal content"/>
48 </action>
49 <action title="Delegate" action_id="localroles" category="object"
50    condition_expr="" url_expr="string:${object_url}/folder_localrole_form"
51    visible="False">
52  <permission value="Modify portal content"/>
53 </action>
54</object>
Note: See TracBrowser for help on using the repository browser.