Contribution org.nuxeo.ecm.platform.mail.web.types.contrib--types
In component org.nuxeo.ecm.platform.mail.web.types.contrib
org.nuxeo.ecm.platform.mail.web.types.contrib
inside nuxeo-platform-mail-web-5.8.jar
This contribution is part of XML component Extension Point
Extension point types of component TypeService.Contributed Items
XML Source
<extension point="types" target="org.nuxeo.ecm.platform.types.TypeService">
<type id="MailMessage">
<label>MailMessage</label>
<icon>/icons/mail.png</icon>
<bigIcon>/icons/mail_100.png</bigIcon>
<category>SimpleDocument</category>
<default-view>view_documents</default-view>
<layouts mode="any">
<layout>mailMessage</layout>
<layout>noLabelFiles</layout>
</layouts>
<layouts mode="edit">
<layout>mailMessage</layout>
<layout>noLabelFiles</layout>
<layout>dublincore</layout>
</layouts>
<!-- files content already on summary page -->
<layouts mode="view">
<layout>mailMessage</layout>
</layouts>
</type>
<type id="MailFolder">
<label>MailFolder</label>
<icon>/icons/mail_folder.png</icon>
<bigIcon>/icons/mailfolder_100.png</bigIcon>
<category>Collaborative</category>
<default-view>view_documents</default-view>
<layouts mode="any">
<layout>mail_folder</layout>
</layouts>
<contentViews category="content">
<contentView>mail_document_content</contentView>
</contentViews>
<contentViews category="trash_content">
<contentView showInExportView="false">
document_trash_content
</contentView>
</contentViews>
<subtypes>
<type>MailMessage</type>
</subtypes>
</type>
<!-- allow mail floders within workspaces -->
<type id="Workspace">
<subtypes>
<type>MailFolder</type>
</subtypes>
</type>
</extension>