mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2338 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
42 lines
1.5 KiB
Plaintext
42 lines
1.5 KiB
Plaintext
<alfresco-config>
|
|
|
|
<!-- The config below shows how to incorporate the -->
|
|
<!-- example model into the web client -->
|
|
<!--
|
|
<config evaluator="string-compare" condition="Custom Content Types">
|
|
<content-types>
|
|
<type name="my:sop" />
|
|
</content-types>
|
|
</config>
|
|
|
|
<config evaluator="node-type" condition="my:sop">
|
|
<property-sheet>
|
|
<show-property name="name" showInEditMode="false" />
|
|
<show-property name="mimetype" displayLabelId="mimetype" converter="org.alfresco.faces.MimeTypeConverter" showInEditMode="false" />
|
|
<show-property name="title" showInEditMode="false" />
|
|
<show-property name="description" showInEditMode="false" />
|
|
<show-property name="size" displayLabelId="size" converter="org.alfresco.faces.ByteSizeConverter" showInEditMode="false" />
|
|
<show-property name="my:publishedDate" />
|
|
<show-association name="my:signOff" />
|
|
<show-property name="my:authorisedBy" />
|
|
<show-child-association name="my:processSteps" />
|
|
</property-sheet>
|
|
</config>
|
|
|
|
<config evaluator="aspect-name" condition="my:imageClassification">
|
|
<property-sheet>
|
|
<show-property name="my:width"/>
|
|
<show-property name="my:height"/>
|
|
<show-property name="my:resolution"/>
|
|
</property-sheet>
|
|
</config>
|
|
|
|
<config evaluator="string-compare" condition="Action Wizards">
|
|
<aspects>
|
|
<aspect name="my:imageClassification"/>
|
|
</aspects>
|
|
</config>
|
|
-->
|
|
|
|
</alfresco-config>
|