Skip to content
Snippets Groups Projects

Issue #3130635: Separate settings

Files
9
@@ -35,15 +35,23 @@ file_extractor.extraction_settings:
type: mapping
label: 'Extraction settings'
mapping:
excluded_extensions:
type: string
label: 'Excluded file extensions'
number_first_bytes:
type: string
label: 'Maximum size of the extracted string'
max_filesize:
type: string
label: 'Maximum file size'
exclude_private:
type: boolean
label: 'Exclude private files'
extractable:
type: mapping
label: 'Settings impacting if the file can be extracted or not.'
mapping:
excluded_extensions:
type: string
label: 'Excluded file extensions'
max_filesize:
type: string
label: 'Maximum file size'
exclude_private:
type: boolean
label: 'Exclude private files'
extraction_result:
type: mapping
label: 'Settings impacting the result of the extraction.'
mapping:
number_first_bytes:
type: string
label: 'Maximum size of the extracted string'
Loading