You are here

auditfiles.schema.yml in Audit Files 8.2

Same filename and directory in other branches
  1. 8.3 config/schema/auditfiles.schema.yml
config/schema/auditfiles.schema.yml

File

config/schema/auditfiles.schema.yml
View source
  1. # Schema for the configuration files of the Audit Files module.
  2. auditfiles.settings:
  3. type: config_object
  4. label: 'Audit Files'
  5. mapping:
  6. auditfiles_file_system_path:
  7. type: string
  8. label: 'File system path'
  9. auditfiles_exclude_files:
  10. type: string
  11. label: 'Exclude these files'
  12. auditfiles_exclude_extensions:
  13. type: string
  14. label: 'Exclude these extensions'
  15. auditfiles_exclude_paths:
  16. type: string
  17. label: 'Exclude these paths'
  18. auditfiles_include_domains:
  19. type: string
  20. label: 'Include references to these domains'
  21. auditfiles_report_options_date_format:
  22. type: string
  23. label: 'Date format'
  24. auditfiles_report_options_items_per_page:
  25. type: integer
  26. label: 'Number of items per page'
  27. auditfiles_report_options_maximum_records:
  28. type: integer
  29. label: 'Maximum records'
  30. auditfiles_report_options_batch_size:
  31. type: integer
  32. label: 'Batch size'