Commit 060f44f7 authored by Aurel's avatar Aurel

define translatable and default translation_domain properties for title


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5825 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fcf36505
......@@ -39,6 +39,8 @@ class SimpleItem:
'type' : 'string',
'default' : '',
'mode' : 'w',
'translatable': '1',
'translation_domain' : 'erp5_content',
},
{ 'id' : 'description',
'description' : '',
......
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