cwconfig.py
changeset 10012 8c2c6fdd8d56
parent 9990 c84ad981fc4a
child 10084 eb3681e13ed9
equal deleted inserted replaced
10011:340d4ef55b6f 10012:8c2c6fdd8d56
   276       'help': _('how to format float numbers in the ui'),
   276       'help': _('how to format float numbers in the ui'),
   277       'group': 'ui',
   277       'group': 'ui',
   278       }),
   278       }),
   279     ('default-text-format',
   279     ('default-text-format',
   280      {'type' : 'choice',
   280      {'type' : 'choice',
   281       'choices': ('text/plain', 'text/rest', 'text/html'),
   281       'choices': ('text/plain', 'text/rest', 'text/html', 'text/markdown'),
   282       'default': 'text/html', # use fckeditor in the web ui
   282       'default': 'text/html', # use fckeditor in the web ui
   283       'help': _('default text format for rich text fields.'),
   283       'help': _('default text format for rich text fields.'),
   284       'group': 'ui',
   284       'group': 'ui',
   285       }),
   285       }),
   286     ('short-line-size',
   286     ('short-line-size',