Commit e3202408 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Added short title squpport until moved elsewhere


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5367 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a104cab0
......@@ -32,6 +32,11 @@ class Document:
"""
_properties = (
{ 'id' : 'short_title',
'description' : 'A short title which can be used for user interface in web sites',
'type' : 'text',
'mode' : 'w'
},
{ 'id' : 'text_content',
'description' : 'The content of the document considered as a text string',
'type' : 'text',
......
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