NAME
Jifty::Plugin::Wikitext - Wikitext field renderer
USAGE
Add the following to your site_config.yml
framework:
Plugins:
- Wikitext: {}
Then for any form field that should be rendered as wikitext, use render as 'wikitext'
, like so:
column content =>
render as 'wikitext';
SEE ALSO
COPYRIGHT AND LICENSE
Copyright 2009 Best Practical Solutions
This is free software and may be modified and distributed under the same terms as Perl itself.