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

Moved from ERP5OOo.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11824 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bfb8c01f
class ExternalDocument:
"""
"""
_properties = (
{ 'id' : 'external_processing_status_message',
'description' : 'message about status',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'option_recursively',
'description' : 'do we want recursive spidering (meaningless in some classes)',
'type' : 'int',
'mode' : 'w'},
{ 'id' : 'recursion_depth',
'description' : 'how deep should recursive spidering be (0 - no recursion) (meaningless in some classes)',
'type' : 'int',
'default' : 5,
'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