Squeegy / radiant-settings
- Source
- Commits
- Network (14)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
edge
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Jun 25 18:56:08 -0700 2008 | |
| |
HELP_admin.md | Tue Oct 21 13:02:34 -0700 2008 | |
| |
README.markdown | Sat Jun 21 14:57:56 -0700 2008 | |
| |
Rakefile | Sat Jun 21 13:23:06 -0700 2008 | |
| |
app/ | ||
| |
db/ | ||
| |
lib/ | Fri Jul 24 15:11:52 -0700 2009 | |
| |
public/ | Sat Jun 21 14:57:56 -0700 2008 | |
| |
settings_extension.rb | ||
| |
spec/ | Fri Jul 24 15:11:52 -0700 2009 |
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.

