Extension point configuration
In component org.nuxeo.ecm.core.schema.TypeService
Documentation
Type manager configuration.
This contains default prefetch options and clearComplexPropertyBeforeSet options. For example:
<configuration>
<prefetch>common.icon, dc:title, dc:modified, dc:contributors, dc:creator</prefetch>
<clearComplexPropertyBeforeSet>true</clearComplexPropertyBeforeSet>
</configuration>
Note that setting clearComplexPropertyBeforeSet to false is DEPRECATED since 9.3.
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.core.schema.TypeService"> <documentation>The default type manager configuration</documentation> <configuration> <!--prefetch>common, dublincore</prefetch--> <prefetch>common.icon, dc:title, dc:description, dc:created, dc:modified, dc:lastContributor, dc:creator</prefetch> <clearComplexPropertyBeforeSet>true</clearComplexPropertyBeforeSet> <!-- false is DEPRECATED since 9.3 --> </configuration> </extension>