Platform Explorer / Nuxeo Platform LTS 2019 10.10

Contribution org.nuxeo.ecm.multi.tenant.ui.types--types

This contribution is part of XML component org.nuxeo.ecm.multi.tenant.ui.types inside nuxeo-multi-tenant-jsf-10.10-HF21.jar /OSGI-INF/ui-types-contrib.xml

Extension Point

Extension point types of component TypeService.

Registration Order

10
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

  • <type id="Domain">
          <label>Domain</label>
          <icon>/icons/domain.gif</icon>
          <bigIcon>/icons/domain.gif</bigIcon>
          <category>SuperDocument</category>
          <description>Domain.description</description>
          <default-view>view_documents</default-view>
          <create-view>create_multi_tenant_domain</create-view>
          <views>
            <view id="user_dashboard" value="user_dashboard"/>
            <view id="opensocial_dashboard" value="opensocial_dashboard"/>
          </views>
          <subtypes>
            <type hidden="create">WorkspaceRoot</type>
            <type hidden="create">SectionRoot</type>
            <type hidden="create">TemplateRoot</type>
          </subtypes>
          <layouts mode="any">
            <layout>heading</layout>
          </layouts>
          <layouts mode="create">
            <layout>heading</layout>
          </layouts>
          <layouts mode="edit">
            <layout>heading</layout>
            <layout>dublincore</layout>
          </layouts>
          <contentViews category="content">
            <contentView>document_content</contentView>
          </contentViews>
          <contentViews category="trash_content">
            <contentView showInExportView="false">
              document_trash_content
            </contentView>
          </contentViews>
        </type>

    Domain.description

XML Source

<extension point="types" target="org.nuxeo.ecm.platform.types.TypeService">

    <type id="Domain">
      <label>Domain</label>
      <icon>/icons/domain.gif</icon>
      <bigIcon>/icons/domain.gif</bigIcon>
      <category>SuperDocument</category>
      <description>Domain.description</description>
      <default-view>view_documents</default-view>
      <create-view>create_multi_tenant_domain</create-view>
      <views>
        <view id="user_dashboard" value="user_dashboard"/>
        <view id="opensocial_dashboard" value="opensocial_dashboard"/>
      </views>
      <subtypes>
        <type hidden="create">WorkspaceRoot</type>
        <type hidden="create">SectionRoot</type>
        <type hidden="create">TemplateRoot</type>
      </subtypes>
      <layouts mode="any">
        <layout>heading</layout>
      </layouts>
      <layouts mode="create">
        <layout>heading</layout>
      </layouts>
      <layouts mode="edit">
        <layout>heading</layout>
        <layout>dublincore</layout>
      </layouts>
      <contentViews category="content">
        <contentView>document_content</contentView>
      </contentViews>
      <contentViews category="trash_content">
        <contentView showInExportView="false">
          document_trash_content
        </contentView>
      </contentViews>
    </type>

  </extension>