09-15-2009 09:48 AM
09-28-2009 04:55 AM
#sc:webable
published=Published
isActive=Active?
#sc:productRelated
product=Product
version=Version
<alfresco-config>
<!– add webable aspect properties to property sheet –>
<config evaluator="aspect-name" condition="sc:webable">
<property-sheet>
<show-property name="sc:published" display-label-id="published" />
<show-property name="sc:isActive" display-label-id="isActive" read-only="true" />
<show-association name="sc:relatedDocuments" />
</property-sheet>
</config>
<!– add product related aspect properties to property sheet –>
<config evaluator="aspect-name" condition="sc:productRelated">
<property-sheet>
<show-property name="sc:product" display-label-id="product"/>
<show-property name="sc:version" display-label-id="version" read-only="true"/>
</property-sheet>
</config>
<!– show related documents association on doc property sheet –>
<config evaluator="node-type" condition="sc:doc">
<property-sheet>
<show-association name="sc:relatedDocuments"/>
</property-sheet>
</config>
<!– show related documents association on whitepaper property sheet –>
<config evaluator="node-type" condition="sc:whitepaper">
<property-sheet>
<show-association name="sc:relatedDocuments"/>
</property-sheet>
</config>
<!– add someco types to add content list –>
<config evaluator="string-compare" condition="Content Wizards">
<content-types>
<type name="sc:doc" />
<type name="sc:whitepaper" />
</content-types>
</config>
<config evaluator="string-compare" condition="Action Wizards">
<!– The list of aspects to show in the add/remove features action –>
<!– and the has-aspect condition –>
<aspects>
<aspect name="sc:webable"/>
<aspect name="sc:productRelated"/>
</aspects>
<!– The list of types shown in the is-subtype condition –>
<subtypes>
<type name="sc:doc" />
<type name="sc:whitepaper" />
</subtypes>
<!– The list of content and/or folder types shown in the specialise-type action –>
<specialise-types>
<type name="sc:doc" />
<type name="sc:whitepaper" />
</specialise-types>
</config>
<config evaluator="string-compare" condition="Advanced Search">
<advanced-search>
<content-types>
<type name="sc:doc" />
<type name="sc:whitepaper" />
</content-types>
<custom-properties>
<meta-data aspect="sc:webable" property="sc:published" display-label-id="published" />
<meta-data aspect="sc:webable" property="sc:isActive" display-label-id="isActive" />
<meta-data aspect="sc:productRelated" property="sc:product" display-label-id="product" />
<meta-data aspect="sc:productRelated" property="sc:version" display-label-id="version" />
</custom-properties>
</advanced-search>
</config>
</alfresco-config>
09-28-2009 10:34 AM
09-29-2009 04:02 AM
09-29-2009 05:54 AM
10-01-2009 10:40 AM
10-09-2009 04:36 AM
10-19-2009 05:40 AM
<alfresco-config>
<!– add webable aspect properties to property sheet –>
<config evaluator="aspect-name" condition="sc:webable">
<property-sheet>
<show-property name="sc:published" display-label-id="published" />
<show-property name="sc:isActive" display-label-id="isActive" read-only="true" />
</property-sheet>
</config>
<!– add product related aspect properties to property sheet –>
<config evaluator="aspect-name" condition="sc:productRelated">
<property-sheet>
<show-property name="sc:product" display-label-id="product"/>
<show-property name="sc:version" display-label-id="version" read-only="true"/>
</property-sheet>
</config>
<!– show related documents association on doc property sheet –>
<config evaluator="node-type" condition="sc:doc">
<property-sheet>
<show-association name="sc:relatedDocuments"/>
</property-sheet>
</config>
<!– show related documents association on whitepaper property sheet –>
<config evaluator="node-type" condition="sc:whitepaper">
<property-sheet>
<show-association name="sc:relatedDocuments"/>
</property-sheet>
</config>
<!– add someco types to add content list –>
<config evaluator="string-compare" condition="Content Wizards">
<content-types>
<type name="sc:doc" />
<type name="sc:whitepaper" />
</content-types>
</config>
<config evaluator="string-compare" condition="Action Wizards">
<!– The list of aspects to show in the add/remove features action –>
<!– and the has-aspect condition –>
<aspects>
<aspect name="sc:webable"/>
<aspect name="sc:productRelated"/>
</aspects>
<!– The list of types shown in the is-subtype condition –>
<subtypes>
<type name="sc:doc" />
<type name="sc:whitepaper" />
</subtypes>
<!– The list of content and/or folder types shown in the specialise-type action –>
<specialise-types>
<type name="sc:doc" />
<type name="sc:whitepaper" />
</specialise-types>
</config>
<config evaluator="string-compare" condition="Advanced Search">
<advanced-search>
<content-types>
<type name="sc:doc" />
<type name="sc:whitepaper" />
</content-types>
<custom-properties>
<meta-data aspect="sc:webable" property="sc:published" display-label-id="published" />
<meta-data aspect="sc:webable" property="sc:isActive" display-label-id="isActive" />
<meta-data aspect="sc:productRelated" property="sc:product" display-label-id="product" />
<meta-data aspect="sc:productRelated" property="sc:version" display-label-id="version" />
</custom-properties>
</advanced-search>
</config>
</alfresco-config>
11-17-2009 10:13 PM
12-10-2009 11:02 AM
12-10-2009 11:28 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.