refactor: streamline input field data conversion and enhance datasource component
parent
987f845e79
commit
d6640f2adf
@ -1,11 +0,0 @@
|
||||
import type { CrawlOptions } from '@/models/datasets'
|
||||
|
||||
export const DEFAULT_CRAWL_OPTIONS: CrawlOptions = {
|
||||
crawl_sub_pages: true,
|
||||
only_main_content: true,
|
||||
includes: '',
|
||||
excludes: '',
|
||||
limit: 10,
|
||||
max_depth: '',
|
||||
use_sitemap: true,
|
||||
}
|
||||
Loading…
Reference in New Issue