Commit 6b042115 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Make a difference between content layout and container layout

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8712 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5b88a303
......@@ -31,8 +31,12 @@ class WebSite:
"""
_properties = (
{ 'id' : 'layout',
'description' : 'ID of a page template or form which defines the rendering layout',
{ 'id' : 'container_layout',
'description' : 'ID of a page template or form which defines the rendering layout for the container',
'type' : 'string',
'mode' : '' },
{ 'id' : 'content_layout',
'description' : 'ID of a page template or form which defines the rendering layout for contents',
'type' : 'string',
'mode' : '' },
{ 'id' : 'webmaster',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment