Merge des modifications du svn de Plinn r1524:1547.
[Plinn.git] / profiles / photo / types / Image_Slot.xml
1 <?xml version="1.0"?>
2 <object name="Image Slot" meta_type="Factory-based Type Information"
3 xmlns:i18n="http://xml.zope.org/namespaces/i18n">
4 <property name="title">Image Slot</property>
5 <property name="description">Image Slot for Mosaic Document</property>
6 <property name="icon_expr">string:${portal_url}/mosaic_tool/photo_icon.gif</property>
7 <property name="content_meta_type">Image Slot</property>
8 <property name="product">MosaicDocument</property>
9 <property name="factory">addImageSlot</property>
10 <property name="add_view_expr"></property>
11 <property name="link_target"></property>
12 <property name="immediate_view">view</property>
13 <property name="global_allow">True</property>
14 <property name="filter_content_types">True</property>
15 <property name="allowed_content_types"/>
16 <property name="allow_discussion">False</property>
17 <alias from="(Default)" to="slot_image_view"/>
18 <alias from="view" to="slot_image_view"/>
19 <action title="View" action_id="view" category="object" condition_expr=""
20 icon_expr="" link_target="" url_expr="string:slot_image_view"
21 visible="True">
22 <permission value="View"/>
23 </action>
24 <action title="Edit" action_id="edit" category="object" condition_expr=""
25 icon_expr="" link_target="" url_expr="string:slot_image_form"
26 visible="True">
27 <permission value="Modify portal content"/>
28 </action>
29 </object>