source: products/qPloneGoogleSitemaps/branches/contenttype/config.py @ 389

Last change on this file since 389 was 389, checked in by crchemist, 18 years ago

Fixup error in _initializeTopicTool.

File size: 230 bytes
Line 
1"""Common configuration constants
2"""
3
4PROJECTNAME = 'qPloneGoogleSitemaps'
5
6ADD_PERMISSIONS = {
7    # -*- extra stuff goes here -*-
8    'Sitemap': 'qPloneGoogleSitemaps: Add Sitemap',
9}
10
11ping_googlesitemap = 'ping_googlesitemap'
Note: See TracBrowser for help on using the repository browser.