-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Documents
- I create a schema named "rendition" in Studio
- I create an XML contribution to create a Facet "Rendition" with the "rendition" schema associated
<extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService"> <facet name="Rendition"> <schema name="rendition"/> </facet> </extension>
- I declare the facet Rendition in the registry
{ facets: [ { id: "Rendition", label: "Rendus", schemas: ["rmn_rendition"], } ] }
- I create a doc type and check the Rendus Facet
Problem:
- The schema rendition is not added in the schema list in the document type