root/qSiloGroup/tags/0.5.0/config.py

Revision 1035 (checked in by piv, 1 year ago)

portlet_navigation as iframe

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