11-11-2010 12:02 PM
<config evaluator="aspect-name" condition="cm:versionable">
<property-sheet>
<show-property name="cm:autoVersion" show-in-edit-mode="false" />
</property-sheet>
</config>
I have also updated the contentModel.xml to make the cm:versionable aspect mandatory on cm:content
<type name="cm:content">
<title>Content</title>
<parent>cm:cmobject</parent>
<archive>true</archive>
<properties>
<property name="cm:content">
<type>d:content</type>
<mandatory>false</mandatory>
<!– Although content is marked as indexed atomically it may end up asynchronous –>
<!– if the content conversion will take too long. Content that does not require conversion –>
<!– to UTF8 test/plain will always be indexed atomically –>
<index enabled="true">
<atomic>true</atomic>
<stored>false</stored>
<tokenised>true</tokenised>
</index>
</property>
</properties>
<mandatory-aspects>
<aspect>cm:versionable</aspect>
</mandatory-aspects>
</type>
11-13-2010 06:33 AM
11-15-2010 09:30 AM
11-30-2010 11:03 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.