Same filename and directory in other branches
  1. 8.x-2.x config/schema/exif.schema.yml 1 comment
config/schema/exif.schema.yml

File

config/schema/exif.schema.yml

View source
  1. exif.settings:
  2. type: config_object
  3. label: 'Exif settings'
  4. mapping:
  5. date_format_exif:
  6. type: string
  7. label: 'date format'
  8. granularity:
  9. type: integer
  10. label: 'granularity'
  11. mediatypes:
  12. type: sequence
  13. label: 'media entity types to check'
  14. sequence:
  15. type: string
  16. nodetypes:
  17. type: sequence
  18. label: 'node entity types to check'
  19. sequence:
  20. type: string
  21. filetypes:
  22. type: sequence
  23. label: 'file entity types to check'
  24. sequence:
  25. type: string
  26. update_metadata:
  27. type: boolean
  28. label: 'update metadata'
  29. vocabulary:
  30. type: string
  31. label: 'vocabulary'
  32. write_empty_values:
  33. type: boolean
  34. label: 'should write empty values'
  35. extraction_solution:
  36. type: string
  37. label: 'extraction solution'
  38. exiftool_location:
  39. type: string
  40. label: 'exiftool location'
  41. field.widget.settings.exif_readonly:
  42. type: mapping
  43. label: 'Exif Readonly field display format settings'
  44. mapping:
  45. exif_field_separator:
  46. type: string
  47. label: 'the separator to use to split values in the metadata'
  48. exif_field:
  49. type: string
  50. label: 'the exif information to retrieve'
  51. image_field:
  52. type: string
  53. label: 'image field to use to look for metadata'
  54. field.widget.settings.exif_hidden:
  55. type: mapping
  56. label: 'Exif Readonly field display format settings'
  57. mapping:
  58. exif_field_separator:
  59. type: string
  60. label: 'the separator to use to split values in the metadata'
  61. exif_field:
  62. type: string
  63. label: 'the exif information to retrieve'
  64. image_field:
  65. type: string
  66. label: 'image field to use to look for metadata'
  67. field.widget.settings.exif_html:
  68. type: mapping
  69. label: 'Exif Readonly field display format settings'
  70. mapping:
  71. exif_field_separator:
  72. type: string
  73. label: 'the separator to use to split values in the metadata'
  74. exif_field:
  75. type: string
  76. label: 'the exif information to retrieve'
  77. image_field:
  78. type: string
  79. label: 'image field to use to look for metadata'