03-27-2008 06:13 PM
<types>
<!– Definition of new Content Type: Press Release –>
<type name="custom:pressrelease">
<title>Press Release</title>
<parent>cm:content</parent>
<properties>
<property name="custom:PRName">
<title>PR Person Name</title>
<type>d:text</type>
</property>
<property name="custom:PREmail">
<title>PR Person Email</title>
<type>d:text</type>
</property>
<property name="custom:PRPhone">
<title>PR Person Phone</title>
<type>d:text</type>
</property>
<property name="custom:PRDate">
<title>PR Released Date</title>
<type>d:date</type>
</property>
</properties>
<mandatory-aspects>
<aspect>cm:versionable</aspect>
</mandatory-aspects>
</type>
</types>
<!– Lists the custom aspect in business rules Action wizard –>
<config evaluator="string-compare" condition="Action Wizards">
<aspects>
<aspect name="custom:CustomerDetailS"/>
</aspects>
<subtypes>
<type name="custom:pressrelease"/>
</subtypes>
</config>
<config evaluator="string-compare" condition="Content Wizards">
<content-types>
<type name="custom:pressrelease" />
</content-types>
</config>
<config evaluator="node-type" condition="custom:pressrelease">
<property-sheet>
<show-property name="mimetype"
display-label-id="content_type"
component-generator="MimeTypeSelectorGenerator" />
<show-property name="size"
display-label-id="size"
converter="org.alfresco.faces.ByteSizeConverter"
show-in-edit-mode="false" />
<show-property name="custom:PRName" />
<show-property name="custom:PREmail" />
<show-property name="custom:PRPhone" />
<show-property name="custom:PRDate" />
</property-sheet>
</config>
04-12-2013 10:36 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.