3821: Allows disabling markdown globally

jflambert
May 17, 2015
What version are you running?
2.0.15


What's the URL of the page this enhancement relates to, if any?
N/A


Describe the enhancement and the motivation for it.
We want to be able to disable markdown globally. As in, all checkboxes would be unchecked by default, instead of the other way around. 

I suggest a selection in the admin panel:
1) enable markdown, checkboxes checked by default (currently implemented)
2) enable markdown, checkboxes unchecked by default (what we'd want)
3) disable markdown, checkboxes don't appear in reviews (would be nice)


What operating system are you using? What browser?
Ubuntu 14.04 Server, Chrome


Please provide any additional information below.
david
#1 david
There's no UI for this because it's not yet been requested enough to justify, but you can do:

rb-site manage /path/to/site set-siteconfig -- --key=default_use_rich_text --value=0
  • +Fixed
  • +Component-Reviews