Commit 28ade601 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Added base_content_type

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13636 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 02287fad
......@@ -38,6 +38,11 @@ class Document:
'default' : '',
'read_permission' : 'Manage properties',
'mode' : 'w' },
{ 'id' : 'base_content_type',
'description' : 'A string which represents the mime type of the base data',
'type' : 'string',
'read_permission' : 'Manage properties',
'mode' : 'w' },
)
_categories = ('similar', 'predecessor', 'successor', 'contributor', 'classification',
......
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