Here goes.... hope this displays ok :-)
----
<cfcomponent extends="farcry.core.packages.types.versions"
displayName="CaseStudy" hint="Show case your case studies to wide
audience" bSchedule="true" bFriendly="true" bObjectBroker="true">
<!--- General Details
================================================================== ---
>
<!--- General Details section
====================================================== --->
<cfproperty ftseq="0" ftfieldset="General Details"
ftwizardStep="General Details" name="pageTitle" type="string"
hint="page title." required="no" default="" ftlabel="Page Title"/>
<cfproperty ftseq="1" ftfieldset="General Details"
ftwizardStep="General Details" name="title" type="string" hint="Case
study title." required="no" default="" ftlabel="Title"
ftvalidation="required" />
<cfproperty ftseq="2" ftfieldset="General Details"
ftwizardStep="General Details" name="displayMethod" type="string"
hint="Display method to render." required="yes"
default="displayPageStandard" fttype="webskin" ftprefix="displayPage"
ftlabel="Content Template" />
<!--- Categorisation section
====================================================== --->
<cfproperty ftseq="3" ftfieldset="Categorisation"
ftwizardStep="General Details" name="catCaseStudies" type="longchar"
hint="News categorisation." required="no" default="" fttype="category"
ftalias="CaseStudy" ftlabel="Case Study Category" />
<!--- Case Study Body
================================================================== ---
>
<!---Body
section===================================================================
--->
<cfproperty ftseq="4" ftfieldset="Body" ftwizardStep="Case Study
Body" name="Name" type="string" hint="Name of student or Alumni."
required="no" default="" ftlabel="Name" ftvalidation="required" />
<cfproperty ftseq="5" ftfieldset="Body" ftwizardStep="Case Study
Body" name="Degree" type="string" hint="Degree of student or Alumni."
required="no" default="" ftlabel="Degree" />
<cfproperty ftSeq="7" ftFieldset="Body" ftwizardStep="Case Study
Body" name="Introduction" type="longchar" hint="Introduction text"
required="no" default="">
<cfproperty ftseq="8" ftfieldset="Body" ftwizardStep="Case Study
Body" name="Body" type="longchar" hint="Main body of content."
required="no" default=""
ftType="RichText" ftlabel="Body Content"
ftTemplateTypeList="dmImage,dmFile,dmFlash,dmNavigation,dmHTML,dmLink"
ftTemplateWebskinPrefixList="insertHTML" />
<!---Teaser
section===================================================================
--->
<cfproperty ftseq="9" ftfieldset="Teaser" ftwizardStep="Case Study
Body" name="teaserImage" type="UUID" hint="Teaser image to display."
required="no" default="" fttype="uuid" ftJoin="dmImage"
ftlabel="Teaser Image"
fthelptitle="Teaser Requirements"
fthelpsection="Teaser images can only be selected from the pool of
associated media images. You must add to the media library before
selecting." />
<cfproperty ftseq="10" ftfieldset="Teaser" ftwizardStep="Case Study
Body" name="Teaser" type="longchar" hint="Teaser text." required="no"
default="" ftlabel="Teaser" />
<cfproperty ftseq="11" ftfieldset="Banner Image" ftwizardStep="Case
Study Body" name="bannerImage" type="UUID" hint="Teaser image to
display." required="no" default="" fttype="uuid" ftJoin="dmImage"
ftlabel="Banner Image" >
<cfproperty ftseq="12" ftfieldset="Related Content"
ftwizardStep="Case Study Body" name="aObjectIDs" type="array"
hint="Mixed media content for this content."
required="no" default="" ftJoin="dmImage,dmFile,dmFlash"
ftlabel="Media Library" bSyncStatus="true"
ftJoinAllowDuplicates="false" />
<cfproperty ftseq="13" ftfieldset="Related Content"
ftwizardStep="Case Study Body" name="aRelatedIDs" type="array"
hint="Holds object pointers to related content. Can be of mixed
types." required="no" default=""
ftJoin="dmNavigation,dmHTML,dmLink" ftlabel="Related Content" />
<cfproperty ftseq="39" ftfieldset="Related Content"
ftwizardStep="Case Study Body" name="aNavigation" type="array"
hint="The navigation point in which the case study resides"
required="true" default="" fttype="navigation" ftalias="home"
ftlabel="Selected Navigation"
fthelpsection="This is where the the case study will sit in the
navigation when a user clicks on the link, more than one place is
possible" />
</cfcomponent>