Contribution org.nuxeo.nuxeo.ecm.platform.video.doctype--doctype
In component org.nuxeo.nuxeo.ecm.platform.video.doctype
org.nuxeo.nuxeo.ecm.platform.video.doctype
inside nuxeo-platform-video-core-9.10.jar /OSGI-INF/core-types-contrib.xml
This contribution is part of XML component Extension Point
Extension point doctype of component TypeService.Contributed Items
XML Source
<extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">
<facet name="Video">
<schema name="file"/>
<schema name="video"/>
<schema name="picture"/>
</facet>
<facet name="HasStoryboard"/>
<facet name="HasVideoPreview"/>
<doctype extends="Document" name="Video">
<schema name="common"/>
<schema name="dublincore"/>
<schema name="uid"/>
<schema name="files"/>
<facet name="Commentable"/>
<facet name="Versionable"/>
<facet name="Publishable"/>
<facet name="Video"/>
<facet name="HasStoryboard"/>
<facet name="HasVideoPreview"/>
<facet name="NXTag"/>
</doctype>
<doctype append="true" name="Workspace">
<subtypes>
<type>Video</type>
</subtypes>
</doctype>
<doctype append="true" name="Folder">
<subtypes>
<type>Video</type>
</subtypes>
</doctype>
<doctype append="true" name="OrderedFolder">
<subtypes>
<type>Video</type>
</subtypes>
</doctype>
</extension>