source: products/qSiloGroup/trunk/config.py @ 1

Last change on this file since 1 was 1, checked in by myroslav, 18 years ago

Building directory structure

  • Property svn:eol-style set to native
File size: 324 bytes
Line 
1from Products.CMFCore import CMFCorePermissions
2
3VIEW_PERMISSION = CMFCorePermissions.ManagePortal
4
5PROJECTNAME = 'qSiloGroup'
6SKINS_DIR = 'skins'
7
8GLOBALS = globals()
9
10JS = [{'cacheable': True, 'compression': 'safe', 'expression': '', 'enabled': True, 'inline': '', 'cookable': True, 'id': 'adjustIFrameSize.js'},]
11CSS = []
Note: See TracBrowser for help on using the repository browser.