> I like this too. It sort of reminds me of the templates extension > http://github.com/seancribbs/radiant-templates-extension, except > you've provided some helpful automation and defaults.
The template extension was initially written for one of our projects at Digital Pulp, and we've been evolving an in-house version ever since. PageFactory is my attempt to rethink the whole pattern and improve on the places that I personally found to have the most friction. > I think this might be a hint that a CMS could benefit from having a > way to quickly generate Admin UI for content objects: Keep watching this list :) > ------------------------------ > > Message: 4 > Date: Wed, 31 Mar 2010 22:13:58 -0400 > From: Chase Allen James <[email protected]> > Subject: Re: [Radiant] [ANN] PageFactory extension (Josh French) > To: [email protected] > Message-ID: > <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1 > > I like this too. It sort of reminds me of the templates extension > http://github.com/seancribbs/radiant-templates-extension, except > you've provided some helpful automation and defaults. > > I think this might be a hint that a CMS could benefit from having a > way to quickly generate Admin UI for content objects: > > class EmployeePageFactory < PageFactory > layout "Employee" > > string 'first name' > string 'last name' > > text 'biography', :content => 'Test', :description => 'A Biography' > > video 'video clip', :description => 'Upload your video' > image 'bio picture', :description => 'Upload your picture' > document 'resume', :description => 'Upload your resume' > > image_collection 'gallery', :description => 'Upload multiple images' > > end _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ List Site: http://lists.radiantcms.org/mailman/listinfo/radiant Radiant: http://radiantcms.org Extensions: http://ext.radiantcms.org
