This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
PcfAnnuaire/config.py

14 lines
377 B
Python

try:
from Products.CMFCore.permissions import AddPortalContent
except:
from Products.CMFCore.CMFCorePermissions import AddPortalContent
from Products.Archetypes.public import DisplayList
ADD_CONTENT_PERMISSION = AddPortalContent
PROJECTNAME = "PcfAnnuaire"
SKINS_DIR = 'skins'
WORKFLOW_DEFAULT = '(Default)'
WORKFLOW_FOLDER = 'intranet_workflow'
GLOBALS = globals()