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:
parent
fc2f3bcd01
commit
32b7e1b130
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ class Layout(Template):
|
|||
instanceName = ''
|
||||
order = 50
|
||||
sublayouts = None
|
||||
defaultSublayout = None
|
||||
|
||||
def __init__(self, name, regionName, **kw):
|
||||
self.name = name
|
||||
|
|
Loading…
Add table
Reference in a new issue