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