Contributions
XML Source
<?xml version="1.0" encoding="UTF-8"?>
<component name="org.nuxeo.platform.birt.reporting.types.web">
<extension target="org.nuxeo.ecm.platform.types.TypeService"
point="types">
<type id="BirtReport">
<label>BirtReport</label>
<icon>/icons/picturebook.gif</icon>
<bigIcon>/icons/picturebook_100.png</bigIcon>
<description>BirtReport.description</description>
<default-view>view_documents</default-view>
<category>Reporting</category>
<layouts mode="any">
<layout>heading</layout>
<layout>birtReport</layout>
</layouts>
</type>
<type id="BirtReportModel">
<label>BirtReportModel</label>
<icon>/icons/picturebook.gif</icon>
<bigIcon>/icons/picturebook_100.png</bigIcon>
<description>BirtReportModel.description</description>
<default-view>adm_view_documents</default-view>
<category>Reporting</category>
<layouts mode="any">
<layout>heading</layout>
<layout>report_file</layout>
<layout>birtReportModel</layout>
</layouts>
</type>
<type id="Folder">
<subtypes>
<type>BirtReport</type>
</subtypes>
</type>
<type id="OrderedFolder">
<subtypes>
<type>BirtReport</type>
</subtypes>
</type>
<type id="Workspace">
<subtypes>
<type>BirtReport</type>
</subtypes>
</type>
</extension>
</component>