Platform Explorer / Nuxeo Platform LTS 2019 10.10

Component org.nuxeo.tag.service.properties

Resolution Order

531
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.tag.service.properties">

  <extension target="org.nuxeo.runtime.ConfigurationService" point="configuration">
    <documentation>
      Property that enables sanitization on tags.
    </documentation>
    <property name="nuxeo.tag.sanitization.enabled">true</property>

    <documentation>
      Property that enables tags removal when trashing a document.

      @since 10.10-HF21
      @deprecated since 10.10-HF21, introduced only for backward compatibility.
    </documentation>
    <property name="nuxeo.tag.removal.on.trash.enabled">true</property>
  </extension>

</component>