02-26-2008 06:06 AM
<type name="custom:myType">
<title>My type</title>
<parent>cm:content</parent>
<!–here goes my properties–>
</type>
How can I disable unwanted cm:content properties? I want only my properties.
02-26-2008 06:46 AM
02-26-2008 10:05 AM
<config evaluator="node-type" condition="mymodel:mytype">
<property-sheet>
<show-property name="mymodel:myvar"/>
<!– hide the title property –>
<show-property name="title" show-in-view-mode="false" show-in-edit-mode="false" />
</property-sheet>
</config>
02-27-2008 09:00 AM
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.