You are here

media_entity_image.schema.yml in Media entity image 8

config/schema/media_entity_image.schema.yml

File

config/schema/media_entity_image.schema.yml
View source
  1. media_entity.bundle.type.image:
  2. type: mapping
  3. label: 'Image type configuration'
  4. mapping:
  5. source_field:
  6. type: string
  7. label: 'Field with embed code/URL'
  8. gather_exif:
  9. type: boolean
  10. label: 'Gather EXIF metadata'
  11. entity_browser.browser.widget.media_entity_image_upload:
  12. type: mapping
  13. label: 'Media images upload widget configuration'
  14. mapping:
  15. submit_text:
  16. type: string
  17. label: 'Submit button text'
  18. upload_location:
  19. type: string
  20. label: 'Upload location'
  21. multiple:
  22. type: boolean
  23. label: 'Allow multiple uploads'
  24. extensions:
  25. type: string
  26. label: 'Allowed file extensions'
  27. media_bundle:
  28. type: string
  29. label: 'Media bundle for uploaded files'