hidden_filters
Radiant extension that adds the ability to disable the selection of a set of text filters.
Example:
# hide all of the text filters that ship with radiant
Radiant::Config['hidden_filters'] = 'Markdown, SmartyPants, Textile'
| Author | M. Scott Ford |
|---|---|
| Website | http://github.com/mscottford/radiant-hidden-filters-extension |
| Repository | git://github.com/mscottford/radiant-hidden-filters-extension.git |
| Supports | Radiant 0.9 |
| Record Created | April 2, 2010 (almost 2 years ago) |
Installation
At the command prompt, in the root of your Radiant project, type:
script/extension install hidden_filters
