]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
02347959aa876dba697e5c4799f06365e49646ae
[tmp/jakarta-migration.git] /
1 <?xml version="1.0"?>
2 <component name="org.collectionspace.hello.ecm.types">
3   <extension target="org.nuxeo.ecm.platform.types.TypeService" point="types">
4     <type id="Hello" coretype="Hello">
5       <label>org.collectionspace.hello</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>hello</layout>
12       </layouts>
13       <!--layout>
14         <widget jsfcomponent="h:inputText"
15           schemaname="dublincore" fieldname="title"
16           required="true" />
17         <widget jsfcomponent="h:inputTextarea"
18           schemaname="dublincore" fieldname="description" />
19         <widget jsfcomponent="h:inputText"
20           schemaname="Hello" fieldname="person:firstName" />
21         <widget jsfcomponent="h:inputText"
22           schemaname="Hello" fieldname="person:lastName" />
23       </layout-->
24     </type>
25     <type id="Folder" coretype="Folder">
26       <subtypes>
27         <type>Hello</type>
28       </subtypes>
29     </type>
30     <type id="Workspace" coretype="Workspace">
31       <subtypes>
32         <type>Hello</type>
33       </subtypes>
34     </type>
35
36   </extension>
37 </component>