03-15-2010 07:06 AM
<alfresco-config>
<!– Enable Repository Library –>
<config evaluator="string-compare" condition="RepositoryLibrary" replace="true">
<visible>true</visible>
</config>
<!– Document Library config section –>
<config evaluator="string-compare" condition="DocumentLibrary">
<aspects>
<!– Aspects that a user can see –>
<visible>
<aspect name="cm:generalclassifiable" />
<aspect name="cm:effectivity" />
<aspect name="cm:summarizable" />
<aspect name="cm:versionable" />
<aspect name="cm:taggable" />
<!– custom aspect –>
<aspect name="cl:custom" />
</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>
</config>
<!– cm:content type (existing nodes) –>
<config evaluator="node-type" condition="cm:content">
<forms>
<form>
<!– Default form configuration used on the document details and edit metadata pages –>
<field-visibility>
[…]
</field-visibility>
</form>
</forms>
</config>
</alfresco-config>
<alfresco-config>
<config evaluator="node-type" condition="cl:contract">
<forms>
<form>
<field-visibility>
<!– inherited from cm:content –>
<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" />
<!– specific for cl:custom –>
<show id="cl:relatedDocuments" />
[…]
</field-visibility>
</form>
</forms>
03-16-2010 10:33 AM
The Enterprise Edition 3.2r release introduces the ability to access the full Alfresco repository from the Share user interface. The following describes how to enable the Repository link in the Share toolbar to access this functionality:
03-16-2010 10:48 AM
03-16-2010 01:50 PM
03-17-2010 10:47 AM
03-17-2010 12:28 PM
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.