]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
f7388999a956c8c5de2e9205aa4787710ebe055b
[tmp/jakarta-migration.git] /
1 <?xml version="1.0"?>
2 <component name="org.collectionspace.contact.ecm.types">
3   <extension target="org.nuxeo.ecm.platform.types.TypeService" point="types">
4     <type id="Contact" coretype="Contact">
5       <label>org.collectionspace.contact</label>
6       <!--icon>/icons/file.gif</icon-->
7       <default-view>view_documents</default-view>
8
9       <layouts mode="any">
10         <layout>heading</layout>
11         <layout>collectionspace_core</layout>
12         <layout>contact</layout>
13       </layouts>        
14     </type>
15
16     <type id="Folder" coretype="Folder">
17       <subtypes>
18         <type>Contact</type>
19       </subtypes>
20     </type>
21     
22     <type id="Workspace" coretype="Workspace">
23       <subtypes>
24         <type>Contact</type>
25       </subtypes>
26     </type>
27
28   </extension>
29 </component>