9f1a826f96deb0f4b78c37eb10ab59c2e784e2c0
[Plinn.git] / profiles / default / types / Spacer_Slot.xml
1 <?xml version="1.0"?>
2 <object name="Spacer Slot" meta_type="Factory-based Type Information"
3 xmlns:i18n="http://xml.zope.org/namespaces/i18n">
4 <property name="title">Spacer Slot</property>
5 <property name="description">Spacer Slot for Mosaic Document</property>
6 <property name="content_icon">mosaic_tool/spacer_icon.gif</property>
7 <property name="content_meta_type">Spacer Slot</property>
8 <property name="product">MosaicDocument</property>
9 <property name="factory">addSpacerSlot</property>
10 <property name="immediate_view">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 <alias from="(Default)" to="slot_spacer_view"/>
16 <alias from="view" to="slot_spacer_view"/>
17 <action title="View" action_id="view" category="object" condition_expr=""
18 url_expr="string:slot_spacer_view" visible="True">
19 <permission value="View"/>
20 </action>
21 <action title="Edit" action_id="edit" category="object" condition_expr=""
22 url_expr="string:slot_spacer_form" visible="True">
23 <permission value="Modify portal content"/>
24 </action>
25 </object>