Commit 7fe58beb authored by Sebastien Robin's avatar Sebastien Robin

added content type


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@267 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1b3a7773
......@@ -142,6 +142,11 @@ type_definition = {
'default' : [],
'isList' : 1,
},
'content' : { 'cast' : identity,
'null' : ('', 'None', None,),
'default' : None,
'isList' : 0,
},
'object' : { 'cast' : identity,
'null' : ('', 'None', None,),
'default' : None,
......
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