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

Last change on this file since 1552 was 200, checked in by mylan, 18 years ago

1.Migrate qPloneComments to Plone 2.1.2
2.Use SecureMailHost? for notification sending.
2.Add discussion object's creator notification on publishing comment.

File size: 311 bytes
Line 
1from Products.CMFCore import permissions
2
3VIEW_PERMISSION = permissions.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.