Contribution org.nuxeo.ecm.platform.threed.jsf.types--types
In component org.nuxeo.ecm.platform.threed.jsf.types
org.nuxeo.ecm.platform.threed.jsf.types
inside nuxeo-platform-3d-jsf-9.10.jar /OSGI-INF/threed-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="ThreeD">
<label>3D</label>
<default-view>view_documents</default-view>
<icon>/icons/3d.png</icon>
<bigIcon>/icons/3d_big.png</bigIcon>
<category>SimpleDocument</category>
<description>ThreeD.description</description>
<layouts mode="any">
<layout>heading</layout>
</layouts>
<layouts mode="edit">
<layout>heading</layout>
<layout>dublincore</layout>
</layouts>
<layouts mode="drive">
<layout>heading</layout>
<layout>dublincore</layout>
</layouts>
</type>
</extension>