source:
ATGoogleMaps/tags/0.5/config.py
@
5
| Revision 5, 285 bytes checked in by anonymous, 6 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | from Products.CMFCore.CMFCorePermissions import setDefaultRoles |
| 2 | |
| 3 | PROJECTNAME = "ATGoogleMaps" |
| 4 | DEFAULT_ADD_CONTENT_PERMISSION = "Add portal content" |
| 5 | GLOBALS=globals() |
| 6 | |
| 7 | PROPERTY_SHEET = 'gmap_properties' |
| 8 | |
| 9 | setDefaultRoles(DEFAULT_ADD_CONTENT_PERMISSION, ('Manager', 'Owner',)) |
| 10 |
Note: See TracBrowser
for help on using the repository browser.
