settings
Provides an interface for managing configuration settings. Developed by Alex Wayne
| Author | Jim Gay |
|---|---|
| Website | https://github.com/saturnflyer/radiant-settings |
| Repository | git://github.com/saturnflyer/radiant-settings.git |
| Supports | Radiant 1.0.0alpha |
| Record Created | February 17, 2009 (over 4 years ago) |
| Last Updated | April 21, 2011 (about 2 years ago) |
Installation
At the command prompt, in the root of your Radiant project, type:
script/extension install settings
You may also install this extension as a gem:
gem install radiant-settings-extension
And in your config/environment.rb add:
config.gem 'radiant-settings-extension', :lib => false
