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: ...@@ -44,11 +44,10 @@ class ExternalDocument:
'type' : 'int', 'type' : 'int',
'default' : 0, 'default' : 0,
'mode' : 'w'}, 'mode' : 'w'},
{ 'id' : 'crawling_local', { 'id' : 'crawling_scope',
'description' : 'Defines whether the crawling process should be local to a single' 'description' : 'Defines whether the crawling process should be local to a single'
'domain or IP host. If so, crawling will not try to access' 'domain or IP host. If so, crawling will not try to access'
'links outside the initial host.', 'links outside the initial host.',
'type' : 'boolean', 'type' : 'string',
'default' : 0,
'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