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


_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to