This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
PcfAnnuaire/profiles/default/types/PcfAnnuaire.xml

37 lines
1.3 KiB
XML

<?xml version="1.0"?>
<object name="PcfAnnuaire"
meta_type="Factory-based Type Information"
xmlns:i18n="http://xml.zope.org/namespaces/i18n"
i18n:domain="plone">
<property name="title">label_type_pcfannuaire</property>
<property name="content_icon">pcfannuaire_icon.gif</property>
<property name="content_meta_type">PcfAnnuaire</property>
<property name="product">PcfAnnuaire</property>
<property name="factory">addPcfAnnuaire</property>
<property name="immediate_view">base_edit</property>
<property name="global_allow">True</property>
<property name="filter_content_types">True</property>
<property name="allowed_content_types"></property>
<property name="allow_discussion">False</property>
<alias from="(Default)" to="pcfannuaire_view"/>
<alias from="view" to="pcfannuaire_view"/>
<alias from="edit" to="base_edit"/>
<alias from="properties" to="base_metadata"/>
<action title="View" action_id="view" category="object" condition_expr=""
url_expr="string:${object_url}" visible="True">
<permission value="View"/>
</action>
<alias from="photos" to="pcfannuaire_photos"/>
<action title="Liste photographique" action_id="photos" category="object" condition_expr=""
url_expr="string:${object_url}/photos" visible="True">
<permission value="View"/>
</action>
</object>