Component org.nuxeo.ecm.platform.rendition.search.types.contrib
In bundle org.nuxeo.ecm.platform.rendition.web
Contributions
- org.nuxeo.ecm.platform.rendition.search.types.contrib--doctype
- org.nuxeo.ecm.platform.rendition.search.types.contrib--schema
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.rendition.search.types.contrib">
<require>org.nuxeo.ecm.core.CoreExtensions</require>
<extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
<schema name="stored_rendition_search" src="schemas/stored_rendition_search.xsd" prefix="stored_rend_srch" />
</extension>
<extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
<doctype name="StoredRenditionSearch" extends="Document">
<facet name="ContentViewDisplay" />
<schema name="stored_rendition_search" />
</doctype>
</extension>
</component>