Platform Explorer / Nuxeo Platform LTS 2019 10.10

Contribution org.nuxeo.web.ui.properties.contrib--configuration

This contribution is part of XML component org.nuxeo.web.ui.properties.contrib inside nuxeo-web-ui-10.10-HF33.jar /OSGI-INF/web-ui-properties.xml

Extension Point

Extension point configuration of component ConfigurationService.

Registration Order

55
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

  • <property list="true" name="org.nuxeo.web.ui.enrichers.document">hasContent</property>
  • <property name="org.nuxeo.web.ui.enrichers.document">firstAccessibleAncestor</property>
  • <property name="org.nuxeo.web.ui.enrichers.document">permissions</property>
  • <property name="org.nuxeo.web.ui.enrichers.document">breadcrumb</property>
  • <property name="org.nuxeo.web.ui.enrichers.document">preview</property>
  • <property name="org.nuxeo.web.ui.enrichers.document">favorites</property>
  • <property name="org.nuxeo.web.ui.enrichers.document">subscribedNotifications</property>
  • <property name="org.nuxeo.web.ui.enrichers.document">thumbnail</property>
  • <property name="org.nuxeo.web.ui.enrichers.document">renditions</property>
  • <property name="org.nuxeo.web.ui.enrichers.document">pendingTasks</property>
  • <property name="org.nuxeo.web.ui.enrichers.document">runnableWorkflows</property>
  • <property name="org.nuxeo.web.ui.enrichers.document">runningWorkflows</property>
  • <property name="org.nuxeo.web.ui.enrichers.document">collections</property>
  • <property name="org.nuxeo.web.ui.enrichers.document">audit</property>
  • <property name="org.nuxeo.web.ui.enrichers.document">subtypes</property>
  • <property name="org.nuxeo.web.ui.enrichers.document">tags</property>
  • <property name="org.nuxeo.web.ui.enrichers.document">publications</property>
  • <property list="true" name="org.nuxeo.web.ui.enrichers.blob">appLinks</property>
  • <property list="true" name="org.nuxeo.web.ui.fetch.document">properties</property>
  • <property name="org.nuxeo.web.ui.dateFormat">LL</property>
  • <property name="org.nuxeo.web.ui.dateTimeFormat">LLL</property>
  • <property name="org.nuxeo.web.ui.firstDayOfWeek"/>
  • <property name="org.nuxeo.web.ui.enforceCommentable">false</property>
  • <property name="org.nuxeo.web.ui.taskEndpoint.isPaginated">false</property>

XML Source

<extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">
    <!-- enrichers -->
    <property list="true" name="org.nuxeo.web.ui.enrichers.document">hasContent</property>
    <property name="org.nuxeo.web.ui.enrichers.document">firstAccessibleAncestor</property>
    <property name="org.nuxeo.web.ui.enrichers.document">permissions</property>
    <property name="org.nuxeo.web.ui.enrichers.document">breadcrumb</property>
    <property name="org.nuxeo.web.ui.enrichers.document">preview</property>
    <property name="org.nuxeo.web.ui.enrichers.document">favorites</property>
    <property name="org.nuxeo.web.ui.enrichers.document">subscribedNotifications</property>
    <property name="org.nuxeo.web.ui.enrichers.document">thumbnail</property>
    <property name="org.nuxeo.web.ui.enrichers.document">renditions</property>
    <property name="org.nuxeo.web.ui.enrichers.document">pendingTasks</property>
    <property name="org.nuxeo.web.ui.enrichers.document">runnableWorkflows</property>
    <property name="org.nuxeo.web.ui.enrichers.document">runningWorkflows</property>
    <property name="org.nuxeo.web.ui.enrichers.document">collections</property>
    <property name="org.nuxeo.web.ui.enrichers.document">audit</property>
    <property name="org.nuxeo.web.ui.enrichers.document">subtypes</property>
    <property name="org.nuxeo.web.ui.enrichers.document">tags</property>
    <property name="org.nuxeo.web.ui.enrichers.document">publications</property>
    <property list="true" name="org.nuxeo.web.ui.enrichers.blob">appLinks</property>

    <!-- Properties to be fetched when loading current document, default is 'properties' meaning all -->
    <property list="true" name="org.nuxeo.web.ui.fetch.document">properties</property>

    <!-- Date (time) format -->
    <property name="org.nuxeo.web.ui.dateFormat">LL</property>
    <property name="org.nuxeo.web.ui.dateTimeFormat">LLL</property>

    <!-- First Day Of Week -->
    <property name="org.nuxeo.web.ui.firstDayOfWeek"/>

    <!-- Comments only on doc with 'Commentable' facet ? -->
    <property name="org.nuxeo.web.ui.enforceCommentable">false</property>

    <!-- Is pagination on for tasks endpoint ? -->
    <property name="org.nuxeo.web.ui.taskEndpoint.isPaginated">false</property>
  </extension>