Déplacement pour eggification.
[Plinn.git] / Products / Plinn / profiles / default / types / String_Slot.xml
diff --git a/Products/Plinn/profiles/default/types/String_Slot.xml b/Products/Plinn/profiles/default/types/String_Slot.xml
new file mode 100644 (file)
index 0000000..eadc06e
--- /dev/null
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<object name="String Slot" meta_type="Factory-based Type Information"
+   xmlns:i18n="http://xml.zope.org/namespaces/i18n">
+ <property name="title">String Slot</property>
+ <property name="description">String Slot for Mosaic Document</property>
+ <property
+    name="icon_expr">string:${portal_url}/mosaic_tool/str_icon.gif</property>
+ <property name="content_meta_type">String Slot</property>
+ <property name="product">MosaicDocument</property>
+ <property name="factory">addStringSlot</property>
+ <property name="add_view_expr"></property>
+ <property name="link_target"></property>
+ <property name="immediate_view">view</property>
+ <property name="global_allow">True</property>
+ <property name="filter_content_types">True</property>
+ <property name="allowed_content_types"/>
+ <property name="allow_discussion">False</property>
+ <alias from="(Default)" to="slot_string_view"/>
+ <alias from="view" to="slot_string_view"/>
+ <action title="View" action_id="view" category="object" condition_expr=""
+    icon_expr="" link_target="" url_expr="string:slot_string_view"
+    visible="True">
+  <permission value="View"/>
+ </action>
+ <action title="Edit" action_id="edit" category="object" condition_expr=""
+    icon_expr="" link_target="" url_expr="string:slot_string_form"
+    visible="True">
+  <permission value="Modify portal content"/>
+ </action>
+</object>