09-08-2015 03:36 PM
<aspects>
<!–
Aspects that a user can see in UI.
Used by Rules, aspects are the listed aspects for rule's "has-aspect" action condition.
–>
<visible>
<aspect name="cm:generalclassifiable" />
<aspect name="cm:complianceable" />
<aspect name="cm:dublincore" />
<aspect name="cm:effectivity" />
<aspect name="cm:summarizable" />
<aspect name="cm:versionable" />
<aspect name="cm:templatable" />
<aspect name="cm:emailed" />
<aspect name="emailserver:aliasable" />
<aspect name="cm:taggable" />
<aspect name="app:inlineeditable" />
<aspect name="cm:geographic" />
<aspect name="exif:exif" />
<aspect name="audio:audio" />
<aspect name="cm:indexControl" />
<aspect name="dp:restrictable" />
<b><aspect name="webdav:object" /></b>
</visible>
<!–
Aspects that a user can add in UI.
Used by Rules, aspects are the listed aspects for rule's "add-features" action.
Same as "visible" if left empty.
–>
<addable>
</addable>
<!–
Aspects that a user can remove in UI.
Used by Rules, aspects are the listed aspects for rule's "remove-features" action.
Same as "visible" if left empty
–>
<removeable>
</removeable>
</aspects>
09-09-2015 12:00 AM
09-09-2015 03:13 PM
<config evaluator="node-type" condition="cm:content">
<forms>
<form>
<field-visibility>
<show id="cm:name" />
<show id="cm:title" force="true" />
<show id="cm:description" force="true" />
<show id="mimetype" />
<show id="cm:author" force="true" />
<show id="size" for-mode="view" />
<show id="cm:creator" for-mode="view" />
<show id="cm:created" for-mode="view" />
<show id="cm:modifier" for-mode="view" />
<show id="cm:modified" for-mode="view" />
<show id="webdav:object:deadproperties:status" for-mode="view" />
<!– cm:effectivity aspect –>
<show id="cm:from"/>
<show id="cm:to"/>
</field-visibility>
</form>
</forms>
</config>
09-09-2015 10:56 PM
<show id="webdav:deadproperties" for-mode="view" />
09-10-2015 12:57 PM
09-11-2015 01:26 AM
09-14-2015 02:34 PM
<!–
Used by the "Manage Aspects" action
For custom aspects, remember to also add the relevant i18n string(s)
cm_myaspect=My Aspect
–>
<aspects>
<!– Aspects that a user can see –>
<visible>
<aspect name="cm:generalclassifiable" />
<aspect name="cm:complianceable" />
<aspect name="cm:dublincore" />
<aspect name="cm:effectivity" />
<aspect name="cm:summarizable" />
<aspect name="cm:versionable" />
<aspect name="cm:templatable" />
<aspect name="cm:emailed" />
<aspect name="emailserver:aliasable" />
<aspect name="cm:taggable" />
<aspect name="app:inlineeditable" />
<aspect name="cm:geographic" />
<aspect name="exif:exif" />
<aspect name="audio:audio" />
<aspect name="cm:indexControl" />
<aspect name="dp:restrictable" />
<aspect name="webdav:deadproperties" />
</visible>
<!– Aspects that a user can add. Same as "visible" if left empty –>
<addable>
</addable>
<!– Aspects that a user can remove. Same as "visible" if left empty –>
<removeable>
</removeable>
</aspects>
<!–
Used by the "Change Type" action
Define valid subtypes using the following example:
<type name="cm:content">
<subtype name="cm:mysubtype" />
</type>
Remember to also add the relevant i18n string(s):
cm_mysubtype=My SubType
–>
<types>
<type name="cm:content">
</type>
<type name="webdav:deadproperties">
</type>
<type name="cm:folder">
</type>
<type name="trx:transferTarget">
<subtype name="trx:fileTransferTarget" />
</type>
</types>
<config evaluator="node-type" condition="cm:content">
<forms>
<form>
<field-visibility>
<show id="cm:name" />
<show id="cm:title" force="true" />
<show id="cm:description" force="true" />
<show id="mimetype" />
<show id="cm:author" force="true" />
<show id="size" for-mode="view" />
<show id="cm:creator" for-mode="view" />
<show id="cm:created" for-mode="view" />
<show id="cm:modifier" for-mode="view" />
<show id="cm:modified" for-mode="view" />
<show id="webdav:deadproperties" for-mode="view" />
<!– cm:effectivity aspect –>
<show id="cm:from"/>
<show id="cm:to"/>
</field-visibility>
</form>
</forms>
</config>
09-14-2015 03:17 PM
09-16-2015 02:48 PM
09-17-2015 12:53 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.