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

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

New BASE and EXTENSION profiles

File size: 1.4 KB
Line 
1<?xml version="1.0"?>
2<object name="Event" meta_type="Factory-based Type Information"
3   xmlns:i18n="http://xml.zope.org/namespaces/i18n">
4 <property name="title"></property>
5 <property
6    name="description">Events are objects for use in Calendar topical queries on the catalog.</property>
7 <property name="content_icon">event_icon.gif</property>
8 <property name="content_meta_type">CMF Event</property>
9 <property name="product">CMFCalendar</property>
10 <property name="factory">addEvent</property>
11 <property name="immediate_view">event_edit_form</property>
12 <property name="global_allow">True</property>
13 <property name="filter_content_types">True</property>
14 <property name="allowed_content_types"/>
15 <property name="allow_discussion">False</property>
16 <property name="cps_is_searchable">False</property>
17 <property name="cps_proxy_type"></property>
18 <property name="cps_display_as_document_in_listing">False</property>
19 <alias from="(Default)" to="event_view"/>
20 <alias from="view" to="event_view"/>
21 <action title="View" action_id="view" category="object" condition_expr=""
22    url_expr="string:${object_url}/event_view" visible="True">
23  <permission value="View"/>
24 </action>
25 <action title="Edit" action_id="edit" category="object" condition_expr=""
26    url_expr="string:${object_url}/event_edit_form" visible="True">
27  <permission value="Change portal events"/>
28 </action>
29</object>
Note: See TracBrowser for help on using the repository browser.