01-12-2012 10:52 PM
01-18-2012 04:32 PM
01-26-2012 07:29 AM
01-27-2012 07:34 AM
01-27-2012 07:41 AM
The file alfresco/web-extension/share-config-custom.xml can be used to do both these things.
01-27-2012 07:51 AM
01-27-2012 08:04 AM
<!– Configuración de la Document Library –>
<config evaluator="string-compare" condition="DocumentLibrary">
<aspects>
<!– Visualización de lista de aspectos –>
<visible>
<aspect name="cmr:documentacionNombre" />
<aspect name="cmr:documentacionId" />
<aspect name="cmr:documentacionExpediente" />
<aspect name="dji:datosGenericos" />
</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>
<types>
<type name="cm:content">
<subtype name="cmr:documentacion" label-id="label.cmr_documentacion" />
<subtype name="dji:datosJudiciales" label-id="label.dji_datos" />
</type>
<type name="cm:folder">
<subtype name="dji:expJudiciales" label-id="label.dji_expJud" />
</type>
</types>
01-27-2012 08:57 AM
01-27-2012 09:04 AM
01-27-2012 09:53 AM
<config evaluator="node-type" condition="content">
<property-sheet>
<show-property name="created" show-in-edit-mode="true" show-in-view-mode="true" />
<show-property name="publisher" show-in-edit-mode="true" show-in-view-mode="true" />
<show-property name="contributor" show-in-edit-mode="true" show-in-view-mode="true" />
<show-property name="identifier" show-in-edit-mode="true" show-in-view-mode="true" />
<show-property name="coverage" show-in-edit-mode="true" show-in-view-mode="true" />
</property-sheet>
</config>
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.