Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0"?>
- <component name="org.nuxeo.ecm.platform.types.override">
- <require>org.nuxeo.ecm.platform.types</require>
- <extension target="org.nuxeo.ecm.platform.types.TypeService" point="types">
- <type id="TemplateRoot">
- <label>TemplateRoot</label>
- <icon>/icons/folder_template.gif</icon>
- <bigIcon>/icons/template_100.png</bigIcon>
- <icon-expanded>/icons/folder_template_open.gif</icon-expanded>
- <category>SuperDocument</category>
- <description>TemplateRoot.description</description>
- <default-view>view_documents</default-view>
- <subtypes>
- <type>Workspace</type>
- <type>Section</type>
- </subtypes>
- <layouts mode="any">
- <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>
- </component>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement