You are here

image_replace.schema.yml in Image Replace 8

config/schema/image_replace.schema.yml

File

config/schema/image_replace.schema.yml
View source
  1. # Schema for configuration files of the Image module.
  2. image.effect.image_replace:
  3. type: mapping
  4. label: 'Image replace'
  5. mapping:
  6. image_style:
  7. type: string
  8. label: 'Image style'
  9. field.field.*.*.*.third_party.image_replace:
  10. type: mapping
  11. label: 'Image replace field settings'
  12. mapping:
  13. image_style_map:
  14. type: sequence
  15. label: 'Image style mapping'
  16. sequence:
  17. type: mapping
  18. mapping:
  19. source_field:
  20. type: string
  21. label: 'Field to use when attempting to replace an image rendered with a given style.'