08-06-2009 03:28 AM
08-06-2009 04:17 AM
<types>
<type name="fgov:ICTPM">
<title>ICT Project content type</title>
<parent>cm:content</parent>
<properties>
<overrides>
<property name="cm:title">
<default>ICT Project Management</default>
<mandatory>true</mandatory>
</property>
</overrides>
<mandatory-aspects>
<aspect>yourcustom:aspect_1</aspect>
<aspect>yourcustom:aspect_2</aspect>
etc …
</mandatory-aspects>
</type>
</types>
08-06-2009 05:26 AM
<type name="fgov:ICTPM">
<title>ICT Project content type</title>
<parent>cm:content</parent>
<overrides>
<property name="cm:title">
<default>ICT Project Management</default>
</property>
</overrides>
<mandatory-aspects>
<aspect>fgov:ProjectManagment</aspect>
<aspect>fgov:ProjectManagmentDocument</aspect>
<aspect>fgov:visa</aspect>
</mandatory-aspects>
</type>
but the cm:title does not seem to change.. when i create a new content of this type the cm:title standaards takes the content name.08-06-2009 05:46 AM
<type name="fgov:ICTPM">
<title>ICT Project content type</title>
<parent>cm:content</parent>
<properties>
<property name="fgov:title">
<type>d:text</type>
<default>ICT Project Management</default>
</property>
</properties
<mandatory-aspects>
<aspect>fgov:ProjectManagment</aspect>
<aspect>fgov:ProjectManagmentDocument</aspect>
<aspect>fgov:visa</aspect>
</mandatory-aspects>
</type>
<config evaluator="node-type" condition="fgov:ICTPM">
<property-sheet>
<show-property name="title"show-in-view-mode="false" show-in-edit-mode="false" read-only="true"/>
<show-property name="fgov:title" read-only="true" show-in-view-mode="true" show-in-edit-mode="false" />
</property-sheet>
</config>
08-06-2009 06:09 AM
<config evaluator="node-type" condition="fgov:ICTPM">
<property-sheet>
<show-property name="fgov:title" read-only="true" show-in-view-mode="true" show-in-edit-mode="false" />
</property-sheet>
</config>
title was needed for the workflow…Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.