You are here

filehash.schema.yml in File Hash 8

config/schema/filehash.schema.yml

File

config/schema/filehash.schema.yml
View source
  1. filehash.settings:
  2. type: config_object
  3. label: 'File Hash settings'
  4. mapping:
  5. algos:
  6. type: mapping
  7. label: 'Enabled hash algorithms'
  8. mapping:
  9. md5:
  10. type: string
  11. label: 'MD5'
  12. sha1:
  13. type: string
  14. label: 'SHA-1'
  15. sha256:
  16. type: string
  17. label: 'SHA-256'
  18. dedupe:
  19. type: boolean
  20. label: 'Disallow duplicate files'
  21. field.formatter.settings.filehash_table:
  22. type: mapping
  23. label: 'File Hash table field display format settings'
  24. mapping:
  25. algo:
  26. type: string
  27. label: 'Hash algorithm'
  28. use_description_as_link_text:
  29. type: boolean
  30. label: 'Replace the file name by its description when available'