source: products/qSiloGroup/trunk/config.py

Last change on this file 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
RevLine 
[200]1from Products.CMFCore import permissions
[199]2
[200]3VIEW_PERMISSION = permissions.ManagePortal
[199]4
5PROJECTNAME = 'qSiloGroup'
6SKINS_DIR = 'skins'
7
8GLOBALS = globals()
9
10JS = [{'cacheable': True, 'compression': 'safe', 'expression': '', 'enabled': True, 'inline': '', 'cookable': True, 'id': 'adjustIFrameSize.js'},]
[200]11CSS = []
Note: See TracBrowser for help on using the repository browser.