Component org.nuxeo.ecm.platform.comment.types
In bundle org.nuxeo.ecm.platform.comment.web
Resolution Order
304
The resolution order represents the order in which this component has been resolved by the Nuxeo Runtime
framework.
You can influence this order by adding "require" tags in your component declaration, to make sure it is resolved after another component.
Contributions
XML Source
<?xml version="1.0" encoding="UTF-8"?>
<!-- Think about updating the life cycle doc types mapping in GeideLifeCycleExtensions.xml-->
<component name="org.nuxeo.ecm.platform.comment.types">
<extension target="org.nuxeo.ecm.platform.types.TypeService" point="types">
<type id="CommentRoot">
<label>CommentRoot</label>
<icon>/icons/folder.gif</icon>
<default-view>view_documents</default-view>
<layouts mode="any">
<layout>heading</layout>
</layouts>
</type>
<type id="Comment">
<label>label.document.comment</label>
<icon>/icons/comment.png</icon>
<default-view>comment_view</default-view>
<create-view>comment_create</create-view>
</type>
</extension>
</component>