cwconfig.py
changeset 10012 8c2c6fdd8d56
parent 9990 c84ad981fc4a
child 10084 eb3681e13ed9
--- a/cwconfig.py	Thu Oct 23 14:57:02 2014 +0200
+++ b/cwconfig.py	Wed Apr 30 21:04:14 2014 +0200
@@ -278,7 +278,7 @@
       }),
     ('default-text-format',
      {'type' : 'choice',
-      'choices': ('text/plain', 'text/rest', 'text/html'),
+      'choices': ('text/plain', 'text/rest', 'text/html', 'text/markdown'),
       'default': 'text/html', # use fckeditor in the web ui
       'help': _('default text format for rich text fields.'),
       'group': 'ui',