Contribution org.nuxeo.dam.types--types
This contribution is part of XML component org.nuxeo.dam.types
inside nuxeo-dam-web-5.6-RC3.jar
Extension point
Extension point types of component TypeService.Contributed items
XML source
<extension point="types" target="org.nuxeo.ecm.platform.types.TypeService">
<type id="ImportRoot">
<label>ImportRoot</label>
<icon>/dam/icons/assets_library.png</icon>
<bigIcon>/dam/icons/assets_library_100.png</bigIcon>
<category>DAM</category>
<description>ImportRoot.description</description>
<default-view>view_documents</default-view>
<subtypes>
<type>ImportFolder</type>
</subtypes>
<layouts mode="any">
<layout>heading</layout>
</layouts>
<layouts mode="edit">
<layout>heading</layout>
<layout>dublincore</layout>
</layouts>
<contentViews category="content">
<contentView>document_content</contentView>
</contentViews>
<contentViews category="trash_content">
<contentView showInExportView="false">
document_trash_content
</contentView>
</contentViews>
</type>
<type id="ImportFolder">
<label>ImportFolder</label>
<icon>/dam/icons/import_folder_closed.png</icon>
<bigIcon>/dam/icons/import_folder_closed_100.png</bigIcon>
<icon-expanded>/dam/icons/import_folder_open.png</icon-expanded>
<category>DAM</category>
<description>ImportFolder.description</description>
<default-view>view_documents</default-view>
<subtypes>
<type>ImportFolder</type>
<type>ImportSet</type>
</subtypes>
<layouts mode="any">
<layout>heading</layout>
</layouts>
<layouts mode="edit">
<layout>heading</layout>
<layout>dublincore</layout>
</layouts>
<contentViews category="content">
<contentView>document_content</contentView>
</contentViews>
<contentViews category="trash_content">
<contentView showInExportView="false">
document_trash_content
</contentView>
</contentViews>
</type>
<type id="ImportSet">
<label>ImportSet</label>
<icon>/dam/icons/import_set.png</icon>
<bigIcon>/dam/icons/import_set_100.png</bigIcon>
<description>ImportSet.description</description>
<category>DAM</category>
<default-view>view_documents</default-view>
<subtypes>
<type>Folder</type>
<type>File</type>
<type>Picture</type>
<type>Video</type>
<type>Audio</type>
</subtypes>
<layouts mode="any">
<layout>heading</layout>
<layout>dam_common</layout>
</layouts>
<layouts mode="edit">
<layout>heading</layout>
<layout>dam_common</layout>
<layout>dublincore</layout>
</layouts>
<layouts mode="dam">
<layout>importset</layout>
</layouts>
<contentViews category="content">
<contentView>document_content</contentView>
</contentViews>
<contentViews category="trash_content">
<contentView showInExportView="false">
document_trash_content
</contentView>
</contentViews>
</type>
<type id="File">
<layouts mode="any">
<layout>heading</layout>
<layout>dam_common</layout>
<layout>file</layout>
</layouts>
<layouts mode="edit">
<layout>heading</layout>
<layout>dam_common</layout>
<layout>file</layout>
<layout>dublincore</layout>
</layouts>
</type>
<type id="Picture">
<layouts mode="any">
<layout>heading</layout>
<layout>picture</layout>
<layout>dam_common</layout>
</layouts>
<layouts mode="edit">
<layout>heading</layout>
<layout>picture</layout>
<layout>dam_common</layout>
<layout>dublincore</layout>
</layouts>
</type>
<type id="Video">
<layouts mode="any">
<layout>heading</layout>
<layout>dam_common</layout>
<layout>file</layout>
</layouts>
<layouts mode="edit">
<layout>heading</layout>
<layout>dam_common</layout>
<layout>dublincore</layout>
</layouts>
</type>
<type id="Audio">
<layouts mode="any">
<layout>heading</layout>
<layout>dam_common</layout>
<layout>file</layout>
</layouts>
<layouts mode="edit">
<layout>heading</layout>
<layout>dam_common</layout>
<layout>dublincore</layout>
</layouts>
</type>
</extension>