contribution to org.nuxeo.ecm.platform.types.TypeService using the type extension point
Hi,
I m trying to override the TemplateRoot type in order to allow Sections as subtypes.
I built a contribution thanks to Nuxeo explorer
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.types.override">
<require>org.nuxeo.ecm.platform.types</require>
<extension target="org.nuxeo.ecm.platform.types.TypeService" point="types">
<type id="TemplateRoot">
...
but it is not taken into account.
0 votes
1 answers
1801 views
its content is the default one generated by explorer with an added subtypes item
http://pastebin.com/EXXCwcv9
Should I use a bundle ?