cwconfig.py
branchstable
changeset 5391 fe3fe2b2b60a
parent 5264 57ac406d1d82
child 5408 120db445c179
child 5421 8167de96c523
equal deleted inserted replaced
5390:a40ffdce549d 5391:fe3fe2b2b60a
   224       'help': _('default text format for rich text fields.'),
   224       'help': _('default text format for rich text fields.'),
   225       'group': 'ui',
   225       'group': 'ui',
   226       }),
   226       }),
   227     ('short-line-size',
   227     ('short-line-size',
   228      {'type' : 'int',
   228      {'type' : 'int',
   229       'default': 40,
   229       'default': 80,
   230       'help': _('maximum number of characters in short description'),
   230       'help': _('maximum number of characters in short description'),
   231       'group': 'navigation',
   231       'group': 'navigation',
   232       }),
   232       }),
   233     )
   233     )
   234 
   234