Commit 800dd57d authored by Jean-Paul Smets's avatar Jean-Paul Smets

added translated property as an example - renamed properties to meet naming conventions.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4502 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d51d4e35
......@@ -37,6 +37,7 @@ class DublinCore:
{ 'id' : 'title',
'description' : '',
'type' : 'string',
'translatable' : 1,
'mode' : 'w' },
{ 'id' : 'subject',
'description' : '',
......@@ -47,7 +48,8 @@ class DublinCore:
'description' : '',
'type' : 'text',
'mode' : 'w' },
{ 'id' : 'contributors',
{ 'id' : 'contributor',
'storage_id' : 'contributors', # CMF Compatibility
'description' : '',
'type' : 'lines',
'default' : (),
......@@ -68,7 +70,8 @@ class DublinCore:
'description' : '',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'rights',
{ 'id' : 'right',
'storage_id' : 'rights', # CMF Compatibility
'description' : '',
'type' : 'string',
'mode' : 'w' },
......
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