Déplacement pour eggification.
[Plinn.git] / profiles / default / types / Favorite.xml
diff --git a/profiles/default/types/Favorite.xml b/profiles/default/types/Favorite.xml
deleted file mode 100755 (executable)
index d64d98a..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<object name="Favorite" meta_type="Factory-based Type Information"
-   xmlns:i18n="http://xml.zope.org/namespaces/i18n">
- <property name="title">Favorite</property>
- <property name="description">Link to an intra-portal resource.</property>
- <property name="content_icon">link_icon.gif</property>
- <property name="content_meta_type">Favorite</property>
- <property name="product">CMFDefault</property>
- <property name="factory">addFavorite</property>
- <property name="immediate_view">object/edit</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="favorite_view"/>
- <alias from="view" to="favorite_view"/>
- <action title="View" action_id="view" category="object" condition_expr=""
-    url_expr="string:${object_url}/favorite_view" visible="True">
-  <permission value="View"/>
- </action>
- <action title="Edit" action_id="edit" category="object" condition_expr=""
-    url_expr="string:${object_url}/link_edit_form" visible="True">
-  <permission value="Modify portal content"/>
- </action>
-</object>