source: products/quintagroup.ploneformgen.readonlystringfield/trunk/quintagroup/ploneformgen/readonlystringfield/config.py @ 826

Last change on this file since 826 was 322, checked in by piv, 18 years ago

initial import

  • Property svn:eol-style set to native
File size: 224 bytes
Line 
1from Products.CMFCore import permissions
2
3PROJECTNAME = 'quintagroup.ploneformgen.readonlystringfield'
4
5
6ADD_PERMISSIONS = {
7    'FormReadonlyStringField' : permissions.AddPortalContent,
8    # -*- extra stuff goes here -*-
9}
Note: See TracBrowser for help on using the repository browser.