web/webconfig.py
changeset 10273 ef74abcf369d
parent 10121 23af005426bf
child 10322 d7c33cbdce8b
equal deleted inserted replaced
10265:9bdc74142164 10273:ef74abcf369d
    47       'help': _('id of main template used to render pages'),
    47       'help': _('id of main template used to render pages'),
    48       'sitewide': True, 'group': 'ui',
    48       'sitewide': True, 'group': 'ui',
    49       }),
    49       }),
    50     # user web ui configuration
    50     # user web ui configuration
    51     ('fckeditor',
    51     ('fckeditor',
    52      {'type' : 'yn', 'default': True,
    52      {'type' : 'yn', 'default': False,
    53       'help': _('should html fields being edited using fckeditor (a HTML '
    53       'help': _('should html fields being edited using fckeditor (a HTML '
    54                 'WYSIWYG editor).  You should also select text/html as default '
    54                 'WYSIWYG editor).  You should also select text/html as default '
    55                 'text format to actually get fckeditor.'),
    55                 'text format to actually get fckeditor.'),
    56       'group': 'ui',
    56       'group': 'ui',
    57       }),
    57       }),