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

Last change on this file since 1552 was 1, checked in by myroslav, 18 years ago

Building directory structure

  • Property svn:eol-style set to native
File size: 371 bytes
Line 
1from Products.CMFCore import CMFCorePermissions
2
3VIEW_PERMISSION = CMFCorePermissions.ManagePortal
4
5PROJECTNAME = 'qPloneTabs'
6SKINS_DIR = 'skins'
7
8GLOBALS = globals()
9
10PROPERTY_SHEET = 'tabs_properties'
11SHEET_TITLE    = 'Portal Tabs Properties'
12FIELD_NAME = 'titles'
13PROPERTY_FIELD = ['portal_tabs|Portal Tabs Configuration', 'portal_footer|Portal Footer Configuration']
Note: See TracBrowser for help on using the repository browser.