provide defaultSublayout property

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3432 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2009-06-29 09:29:56 +00:00
parent fc2f3bcd01
commit 32b7e1b130

View file

@ -63,6 +63,7 @@ class Layout(Template):
instanceName = ''
order = 50
sublayouts = None
defaultSublayout = None
def __init__(self, name, regionName, **kw):
self.name = name