equal
deleted
inserted
replaced
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): |