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>
10 <layout>heading</layout>
11 <layout>hello</layout>
14 <widget jsfcomponent="h:inputText"
15 schemaname="dublincore" fieldname="title"
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" />
25 <type id="Folder" coretype="Folder">
30 <type id="Workspace" coretype="Workspace">