You are here

scanner.schema.yml in Search and Replace Scanner 8

config/schema/scanner.schema.yml

File

config/schema/scanner.schema.yml
View source
  1. # Schema for the configuration files of the scanner module.
  2. scanner.admin_settings:
  3. type: config_object
  4. label: 'Scanner settings'
  5. mapping:
  6. scanner_mode:
  7. type: boolean
  8. label: 'Case sensitive search mode'
  9. scanner_wholeword:
  10. type: boolean
  11. label: 'Match whole word'
  12. scanner_regex:
  13. type: boolean
  14. label: 'Regular expression search'
  15. scanner_published:
  16. type: boolean
  17. label: 'Search published nodes only'
  18. scanner_pathauto:
  19. type: boolean
  20. label: 'Maintain custom aliases'
  21. scanner_language:
  22. type: string
  23. label: 'Content language'
  24. enabled_content_types:
  25. type: sequence
  26. label: 'Enabled entity types'
  27. sequence:
  28. type: string
  29. label: 'Entity type'
  30. fields_of_selected_content_type:
  31. type: sequence
  32. label: 'Enabled fields'
  33. sequence:
  34. type: string
  35. label: 'Entity field'