Contribution org.nuxeo.ecm.platform.tag.service.coreTypes--doctype
In component org.nuxeo.ecm.platform.tag.service.coreTypes
org.nuxeo.ecm.platform.tag.service.coreTypes
inside nuxeo-platform-tag-core-9.10.jar /OSGI-INF/tag-service-core-types.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">
<doctype extends="Document" name="Tag">
<schema name="tag"/>
<schema name="dublincore"/>
<facet name="HiddenInNavigation"/>
</doctype>
<doctype extends="Relation" name="Tagging">
<facet name="HiddenInNavigation"/>
</doctype>
</extension>