Brian Gernhardt wrote: > Is there going to be an interface for editing the Radiant::Config via > browser instead of SQL?
I like to use script/console for editing config values: % script/console production Loading production environment >> Radiant::Config['my.key'] = 'value' => "value" >> exit Ultimately I think we will want something in the interface to handle this, but I haven't settled on how to do it yet. Sometimes it is appropriate to let things go for a while when you aren't sure about the best approach. It would be trivial to implement an editing interface with an extension. -- John Long http://wiseheartdesign.com _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
