Commit 104f8e95 authored by Nicolas Dumazet's avatar Nicolas Dumazet

correct property names, remove '_list' suffix


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38622 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1d645d13
......@@ -49,12 +49,12 @@ class BaseType:
, 'mode': 'w'
, 'label': 'Document class the Portal Type inherits from'
},
{ 'id': 'type_mixin_list'
{ 'id': 'type_mixin'
, 'type': 'lines'
, 'mode': 'w'
, 'label': 'List of Mixins that are attached to the Portal Type'
},
{ 'id': 'type_interface_list'
{ 'id': 'type_interface'
, 'type': 'lines'
, 'mode': 'w'
, 'label': 'List of Interfaces that the Portal Type implements'
......
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