Contribution org.nuxeo.ecm.platform.mimetype.service.MimetypeRegistryService--extension
org.nuxeo.ecm.platform.mimetype.service.MimetypeRegistryService
inside nuxeo-core-mimetype-2021.25.8.jar /OSGI-INF/nxmimetype-service.xml
You can influence this order by adding "require" tags in the containing component declaration, to make sure it is resolved after another component (see "Resolution Order" on components).
This contribution is part of XML component Documentation
Default filename extension to mimetype rules.
Extension Point
Extension point extension of component MimetypeRegistryService.Registration Order
0
The registration order represents the order in which this contribution was registered on its target extention
point.
This will impact the override/merge behaviour when it is implemented on the target service, and is useful for
proper customization of existing contributions.
You can influence this order by adding "require" tags in the containing component declaration, to make sure it is resolved after another component (see "Resolution Order" on components).
Contributed Items
XML Source
<extension point="extension" target="org.nuxeo.ecm.platform.mimetype.service.MimetypeRegistryService">
<documentation>Default filename extension to mimetype rules.</documentation>
<fileExtension ambiguous="true" mimetype="text/xml" name="xml"/>
<fileExtension ambiguous="false" mimetype="application/visio" name="vsd"/>
<fileExtension ambiguous="false" mimetype="application/visio" name="vst"/>
<fileExtension ambiguous="false" mimetype="application/illustrator" name="ai"/>
<fileExtension ambiguous="false" mimetype="application/vnd.apple.keynote" name="key"/>
<fileExtension ambiguous="false" mimetype="application/vnd.apple.numbers" name="numbers"/>
<fileExtension ambiguous="false" mimetype="application/vnd.apple.pages" name="pages"/>
</extension>