top_level_page
Top Level Page
This Radiant CMS extension changes the top level page of a user.
Insertion of top level page selector into User form in Admin UI accomplished via instructions at:
http://github.com/saturnflyer/radiant-help-extension/tree/master/HELP_developer.rdoc (thanks saturflyer).
TODO
Figure out how to spec this extension
| Author | Mark Yoon |
|---|---|
| Website | http://github.com/yoon/radiant-top-level-page-extension |
| Repository | git://github.com/yoon/radiant-top-level-page-extension.git |
| Supports | Radiant 0.8.1 |
| Record Created | November 4, 2008 (over 3 years ago) |
| Last Updated | March 18, 2010 (almost 2 years ago) |
Installation
At the command prompt, in the root of your Radiant project, type:
script/extension install top_level_page
After installing, run:
rake radiant:extensions:top_level_page:migrate RAILS_ENV=[development|production]
