2 <component name="org.collectionspace.organization.ecm.types">
3 <extension target="org.nuxeo.ecm.platform.types.TypeService" point="types">
4 <type id="OrgAuthority" coretype="OrgAuthority">
5 <label>org.collectionspace.orgauthority</label>
6 <!--icon>/icons/file.gif</icon-->
7 <default-view>view_documents</default-view>
10 <layout>heading</layout>
11 <layout>csorgauthority</layout>
15 <type id="Folder" coretype="Folder">
17 <type>OrgAuthority</type>
21 <type id="Workspace" coretype="Workspace">
23 <type>OrgAuthority</type>
28 <extension target="org.nuxeo.ecm.platform.types.TypeService" point="types">
29 <type id="Organization" coretype="Organization">
30 <label>org.collectionspace.organization</label>
31 <!--icon>/icons/file.gif</icon-->
32 <default-view>view_documents</default-view>
35 <layout>heading</layout>
36 <layout>organization</layout>
40 <type id="Folder" coretype="Folder">
42 <type>Organization</type>
46 <type id="Workspace" coretype="Workspace">
48 <type>Organization</type>