Jifty::Plugin::Wikitext - Wikitext field renderer
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';
Copyright 2009 Best Practical Solutions
This is free software and may be modified and distributed under the same terms as Perl itself.