source: products/SimpleBlog/branches/plone-2.1/config.py

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

Building directory structure

File size: 358 bytes
Line 
1from Permissions import *
2from Products.Archetypes.public import DisplayList
3
4PROJECTNAME = "SimpleBlog"
5SKINS_DIR = 'skins'
6
7GLOBALS = globals()
8
9DISPLAY_MODE = DisplayList((
10    ('full', 'Full', 'display_full'), 
11    ('descriptionOnly', 'Description only', 'display_description_only'), 
12    ('titleOnly', 'Title only', 'display_title_only') ))
Note: See TracBrowser for help on using the repository browser.