10-24-2006 06:16 AM
10-24-2006 09:36 AM
…
<type name="my:custom_type">
<title>EP Modi Concrete Document</title>
<parent>cm:content</parent>
<properties>
<property name="my:property1">
<title>Custom property 1</title>
<type>d:text</type>
<mandatory>true</mandatory>
<multiple>false</multiple>
</property>
</type>
…
…
<config evaluator="string-compare" condition="Content Wizards">
<!– The list of custom content types to show in the content wizards –>
<content-types>
<type name="my:custom_type" />
</content-types>
<!– Controls the message regarding property editing after the content is created –>
<other-properties user-choice-visible="true" user-choice-default="true" />
</config>
<config evaluator="node-type" condition="my:custom_type">
<property-sheet>
<show-property name="name" show-in-edit-mode="true" />
<show-property name="mimetype" display-label-id="content_type" component-generator="MimeTypeSelectorGenerator" />
<show-property name="title" show-in-edit-mode="true" />
<show-property name="description" show-in-edit-mode="true" />
<show-property name="size" display-label-id="size" converter="org.alfresco.faces.ByteSizeConverter" show-in-edit-mode="false" />
<show-property name="my:custom_type" />
</property-sheet>
</config>
…
10-24-2006 11:22 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.