File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ export default {
3333 description : "When `true`, the extraction will use web search to find additional data" ,
3434 optional : true ,
3535 } ,
36- importSitemap : {
36+ ignoreSitemap : {
3737 type : "boolean" ,
38- label : "Import Sitemap" ,
38+ label : "Ignore Sitemap" ,
3939 description : "When true, sitemap.xml files will be ignored during website scanning" ,
4040 optional : true ,
4141 } ,
@@ -70,7 +70,7 @@ export default {
7070 prompt : this . prompt ,
7171 schema : this . schema && parseObjectEntries ( this . schema ) ,
7272 enableWebSearch : this . enableWebSearch ,
73- importSitemap : this . importSitemap ,
73+ ignoreSitemap : this . importSitemap ,
7474 includeSubdomains : this . includeSubdomains ,
7575 showSources : this . showSources ,
7676 } ,
You can’t perform that action at this time.
0 commit comments