Extension point configuration
In component org.nuxeo.ecm.platform.picture.ImagingComponent
Documentation
Extension point to contribute configuration information that will be used by the ImagingService
Contribution Descriptors
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="configuration" target="org.nuxeo.ecm.platform.picture.ImagingComponent"> <configuration> <parameters> <!-- global configuration variables --> <parameter name="conversionFormat">jpg</parameter> </parameters> </configuration> </extension>