Platform Explorer / Nuxeo Platform LTS 2019 10.10

Component org.nuxeo.platform.TemplateSources.mimetype

Resolution Order

886
The resolution order represents the order in which this component has been resolved by the Nuxeo Runtime framework.
You can influence this order by adding "require" tags in your component declaration, to make sure it is resolved after another component.

Contributions

XML Source

<?xml version="1.0"?>

<component
	name="org.nuxeo.platform.TemplateSources.mimetype">

	<extension
		target="org.nuxeo.ecm.platform.mimetype.service.MimetypeRegistryService"
		point="mimetype">

		<mimetype normalized="text/x-freemarker" binary="false" iconPath="text.png">
			<mimetypes>
				<mimetype>text/x-freemarker</mimetype>
			</mimetypes>
			<extensions>
				<extension>ftl</extension>
			</extensions>
		</mimetype>
	</extension>

</component>