[Product-Developers] genesis and contained content types

Derek Richardson derek.richardson at gatech.edu
Thu Feb 21 20:50:13 UTC 2008


Trying to do the following:

#####

namespace : gatech ;
package service {
     content ServicePage {
         title : "Service Page" ;
         description : "An page in an OIT service description." ;
         richtext content_area  {
             title : "Content Area" ;
             description : "" ;
         }
     container ServiceBox ;
     }
     folder ServiceBox {
         title : "Service Box" ;
         description : "Description of an OIT service." ;
         richtext overview  {
             title : "Overview" ;
             description : "A short overview of the service." ;
         }
         contains ServiceBox ;
         contains image ;
         contains file ;
     }
}

#####

genesis complains when it hits the 'image' in 'contains image ;' and 
again when it hits 'file' on the next line. Do I have the syntax wrong 
or does genesis need a patch to handle this?

Thanks,

Derek





More information about the Product-Developers mailing list