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: ...@@ -37,6 +37,7 @@ class DublinCore:
{ 'id' : 'title', { 'id' : 'title',
'description' : '', 'description' : '',
'type' : 'string', 'type' : 'string',
'translatable' : 1,
'mode' : 'w' }, 'mode' : 'w' },
{ 'id' : 'subject', { 'id' : 'subject',
'description' : '', 'description' : '',
...@@ -47,7 +48,8 @@ class DublinCore: ...@@ -47,7 +48,8 @@ class DublinCore:
'description' : '', 'description' : '',
'type' : 'text', 'type' : 'text',
'mode' : 'w' }, 'mode' : 'w' },
{ 'id' : 'contributors', { 'id' : 'contributor',
'storage_id' : 'contributors', # CMF Compatibility
'description' : '', 'description' : '',
'type' : 'lines', 'type' : 'lines',
'default' : (), 'default' : (),
...@@ -68,7 +70,8 @@ class DublinCore: ...@@ -68,7 +70,8 @@ class DublinCore:
'description' : '', 'description' : '',
'type' : 'string', 'type' : 'string',
'mode' : 'w' }, 'mode' : 'w' },
{ 'id' : 'rights', { 'id' : 'right',
'storage_id' : 'rights', # CMF Compatibility
'description' : '', 'description' : '',
'type' : 'string', 'type' : 'string',
'mode' : 'w' }, '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