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

Improved property for scope control.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13772 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7b019013
......@@ -44,11 +44,10 @@ class ExternalDocument:
'type' : 'int',
'default' : 0,
'mode' : 'w'},
{ 'id' : 'crawling_local',
{ 'id' : 'crawling_scope',
'description' : 'Defines whether the crawling process should be local to a single'
'domain or IP host. If so, crawling will not try to access'
'links outside the initial host.',
'type' : 'boolean',
'default' : 0,
'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