web/webconfig.py
changeset 7762 a3f9ba4d44eb
parent 7380 5ad8b2f951ba
child 7776 aa547cf3bf0d
equal deleted inserted replaced
7761:46a8cf85d186 7762:a3f9ba4d44eb
   198 
   198 
   199         ('use-old-css',
   199         ('use-old-css',
   200          {'type' : 'yn',
   200          {'type' : 'yn',
   201           'default': True,
   201           'default': True,
   202           'help': 'use cubicweb.old.css instead of 3.9 cubicweb.css',
   202           'help': 'use cubicweb.old.css instead of 3.9 cubicweb.css',
       
   203           'group': 'web', 'level': 2,
       
   204           }),
       
   205         ('concat-resources',
       
   206          {'type' : 'yn',
       
   207           'default': True,
       
   208           'help': 'use modconcat-like URLS to concat and serve JS / CSS files',
   203           'group': 'web', 'level': 2,
   209           'group': 'web', 'level': 2,
   204           }),
   210           }),
   205         ))
   211         ))
   206 
   212 
   207     def fckeditor_installed(self):
   213     def fckeditor_installed(self):