paula: removed old per-repo trunk subdirs
[paula.git] / paula.ploneexamples / src / paula / ploneexamples / profiles / default / types / Paula_Basic_Group.xml
blob40ad7652c9216992d31134bf4d7e2fcff5e61249
1 <?xml version="1.0"?>
2 <object name="Paula Basic Group"
3    meta_type="Factory-based Type Information"
4    i18n:domain="paula.basicgroup" xmlns:i18n="http://xml.zope.org/namespaces/i18n">
5  <property name="title" i18n:translate="">Basic Group</property>
6  <property name="description" i18n:translate="">A basic group</property>
7  <property name="content_icon">++resource++paula_ploneexamples_basic_group_icon.png</property>
8  <property name="content_meta_type">Paula Basic Group</property>
9  <property name="product"></property>
10  <property name="factory">paula.ploneexamples.BasicGroup</property>
11  <property name="immediate_view">@@edit</property>
12  <property name="global_allow">True</property>
13  <property name="filter_content_types">False</property>
14  <property name="allowed_content_types" />
15  <property name="allow_discussion">False</property>
16  <alias from="(Default)" to="@@view"/>
17  <alias from="edit" to="@@edit"/>
18  <alias from="view" to="@@view"/>
19  <action title="View" action_id="view" category="object" condition_expr=""
20     url_expr="string:${object_url}" visible="True">
21   <permission value="View"/>
22  </action>
23  <action title="Edit" action_id="edit" category="object" condition_expr=""
24     url_expr="string:${object_url}/edit" visible="True">
25   <permission value="Modify portal content"/>
26  </action>
27 </object>