cubicweb/web/webconfig.py
changeset 12017 281a6219bdc9
parent 12010 c34590161082
child 12019 9759aefa047b
equal deleted inserted replaced
12016:88ed82a25f8a 12017:281a6219bdc9
    93           'group': 'web', 'level': 2,
    93           'group': 'web', 'level': 2,
    94           }),
    94           }),
    95         ('use-uicache',
    95         ('use-uicache',
    96          {'type': 'yn', 'default': True,
    96          {'type': 'yn', 'default': True,
    97           'help': _('should css be compiled and store in uicache'),
    97           'help': _('should css be compiled and store in uicache'),
    98           'group': 'ui',
    98           'group': 'ui', 'level': 2,
    99           }),
    99           }),
   100         ('anonymous-user',
   100         ('anonymous-user',
   101          {'type' : 'string',
   101          {'type' : 'string',
   102           'default': None,
   102           'default': None,
   103           'help': 'login of the CubicWeb user account to use for anonymous user (if you want to allow anonymous)',
   103           'help': 'login of the CubicWeb user account to use for anonymous user (if you want to allow anonymous)',