paula.testing: test for finding txt files + minor bugfix
[paula/paual.testing.git] / paula.ploneexamples / src / paula / ploneexamples / profiles / default / types / Paula_Minimal_Plone_User.xml
blob8107673688a031e2b3c9a551a327781e21bff0b6
1 <?xml version="1.0"?>
2 <object name="Paula Minimal Plone User"
3    meta_type="Factory-based Type Information"
4    i18n:domain="paula.minplone" xmlns:i18n="http://xml.zope.org/namespaces/i18n">
5  <property name="title" i18n:translate="">Minimal Plone User</property>
6  <property name="description" i18n:translate="">A minimal plone user</property>
7  <property name="content_icon">++resource++paula_ploneexamples_minimal_plone_user_icon.png</property>
8  <property name="content_meta_type">Paula Minimal Plone User</property>
9  <property name="product"></property>
10  <property name="factory">paula.ploneexamples.MinimalPloneUser</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>