]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
5b10b8df48f552ae63d4326b74231a1a9583e04f
[tmp/jakarta-migration.git] /
1 <?xml version="1.0"?>
2 <component name="org.collectionspace.vocabulary.ecm.types">
3   <extension target="org.nuxeo.ecm.platform.types.TypeService" point="types">
4     <type id="Vocabulary" coretype="Vocabulary">
5       <label>org.collectionspace.vocabulary</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>csvocabulary</layout>
13       </layouts>        
14     </type>
15
16     <type id="Folder" coretype="Folder">
17       <subtypes>
18         <type>Vocabulary</type>
19       </subtypes>
20     </type>
21     
22     <type id="Workspace" coretype="Workspace">
23       <subtypes>
24         <type>Vocabulary</type>
25       </subtypes>
26     </type>
27
28   </extension>
29   <extension target="org.nuxeo.ecm.platform.types.TypeService" point="types">
30     <type id="Vocabularyitem" coretype="Vocabularyitem">
31       <label>org.collectionspace.vocabularyitem</label>
32       <!--icon>/icons/file.gif</icon-->
33       <default-view>view_documents</default-view>
34
35       <layouts mode="any">
36         <layout>heading</layout>
37         <layout>collectionspace_core</layout>
38         <layout>vocabularyitem</layout>
39       </layouts>        
40     </type>
41
42     <type id="Folder" coretype="Folder">
43       <subtypes>
44         <type>Vocabularyitem</type>
45       </subtypes>
46     </type>
47     
48     <type id="Workspace" coretype="Workspace">
49       <subtypes>
50         <type>Vocabularyitem</type>
51       </subtypes>
52     </type>
53
54   </extension>
55 </component>