web/webconfig.py
changeset 5489 50e2d8e10638
parent 5473 ee87c5352e63
child 5508 6718ba5db0eb
equal deleted inserted replaced
5486:5790462343cb 5489:50e2d8e10638
    77     """the WebConfiguration is a singleton object handling instance's
    77     """the WebConfiguration is a singleton object handling instance's
    78     configuration and preferences
    78     configuration and preferences
    79     """
    79     """
    80     cubicweb_appobject_path = CubicWebConfiguration.cubicweb_appobject_path | set(['web/views'])
    80     cubicweb_appobject_path = CubicWebConfiguration.cubicweb_appobject_path | set(['web/views'])
    81     cube_appobject_path = CubicWebConfiguration.cube_appobject_path | set(['views'])
    81     cube_appobject_path = CubicWebConfiguration.cube_appobject_path | set(['views'])
       
    82     uiprops = {'FCKEDITOR_PATH': ''}
    82 
    83 
    83     options = merge_options(CubicWebConfiguration.options + (
    84     options = merge_options(CubicWebConfiguration.options + (
    84         ('anonymous-user',
    85         ('anonymous-user',
    85          {'type' : 'string',
    86          {'type' : 'string',
    86           'default': None,
    87           'default': None,