Contribution org.nuxeo.ecm.platform.picture.jsf.types--types
In component org.nuxeo.ecm.platform.picture.jsf.types
org.nuxeo.ecm.platform.picture.jsf.types
inside nuxeo-platform-imaging-core-9.10.jar /OSGI-INF/imaging-types-contrib.xml
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="PictureBook">
<label>PictureBook</label>
<icon>/icons/picturebook.gif</icon>
<bigIcon>/icons/picturebook_100.png</bigIcon>
<description>PictureBook.description</description>
<category>Collaborative</category>
<default-view>view_documents</default-view>
<layouts mode="any">
<layout>heading</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="Picture">
<label>Picture</label>
<default-view>view_documents</default-view>
<icon>/icons/image.gif</icon>
<bigIcon>/icons/image_100.png</bigIcon>
<category>SimpleDocument</category>
<description>Picture.description</description>
<layouts mode="any">
<layout>heading</layout>
<layout>picture</layout>
</layouts>
<layouts mode="edit">
<layout>heading</layout>
<layout>picture</layout>
<layout>dublincore</layout>
</layouts>
<layouts mode="drive">
<layout>heading</layout>
<layout>picture</layout>
<layout>dublincore</layout>
</layouts>
</type>
</extension>