public
Fork of Squeegy/radiant-settings
Description: A global setting editor extension for Radiant
Homepage:
Clone URL: git://github.com/saturnflyer/radiant-settings.git
saturnflyer (author)
Tue Jun 30 11:00:30 -0700 2009
commit  b4fe29d4ec456dcff0b42a199f5a0b173f616a97
tree    33a46534387ffbe1fe2b11d07f665c3679ce526e
parent  2ce198beb678fa0757422d25ae50b796e9c3e6bb
name age message
file .gitignore Wed Jun 25 18:56:08 -0700 2008 spec'd destroy and new, pending specs for helper [saturnflyer]
file HELP_admin.md Tue Oct 21 13:02:34 -0700 2008 control visibility of the Settings tab. added H... [saturnflyer]
file README.markdown Sat Jun 21 14:57:56 -0700 2008 Added note to run the update rake task during i... [Squeegy]
file Rakefile Sat Jun 21 13:23:06 -0700 2008 Iinitial commit [Squeegy]
directory app/ Tue Jun 30 11:00:30 -0700 2009 updating specs [saturnflyer]
directory db/ Tue Oct 21 13:02:34 -0700 2008 control visibility of the Settings tab. added H... [saturnflyer]
directory lib/ Tue Jun 30 10:43:12 -0700 2009 corrected type in rake export task Signed-off-... [Matt H]
directory public/ Sat Jun 21 14:57:56 -0700 2008 Added note to run the update rake task during i... [Squeegy]
file settings_extension.rb Wed Oct 22 20:13:13 -0700 2008 adding settings regions [saturnflyer]
directory spec/ Tue Jun 30 11:00:30 -0700 2009 updating specs [saturnflyer]
README.markdown

Radiant Settings Extension

A simple configuration editor for Radiant. It adds a simple "Settings" tab that allows manage the configuration settings.

After installation be sure to update your instance of radiant!

rake radiant:extensions:settings:update
rake radiant:extensions:settings:migrate

Extension Developers

If you are using Radiant::Config to store settings for your extensions, then you can add some textile formatted text into the "description" attribute the Radiant::Config model. This prose will show up on the the edit setting page making it more clear just what that setting does.