Contribution org.nuxeo.ecm.favorites.uiTypes--types
In component org.nuxeo.ecm.favorites.uiTypes
org.nuxeo.ecm.favorites.uiTypes
inside nuxeo-platform-collections-core-9.10.jar /OSGI-INF/favorites-ui-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="Favorites">
<label>Favorites</label>
<description/>
<default-view>view_documents</default-view>
<icon>/icons/pin.png</icon>
<bigIcon>/icons/pin_100.png</bigIcon>
<description>Folder.description</description>
<default-view>view_documents</default-view>
<layouts mode="any">
<layout>heading</layout>
</layouts>
<layouts mode="edit">
<layout>heading</layout>
<layout>dublincore</layout>
</layouts>
<contentViews category="collectionContent">
<contentView showInExportView="false">collection_content_contentview</contentView>
</contentViews>
</type>
</extension>