You are here

image.data_types.schema.yml in Drupal 10

core/modules/image/config/schema/image.data_types.schema.yml

File

core/modules/image/config/schema/image.data_types.schema.yml
View source
  1. # Basic data types for image.
  2. image_size:
  3. type: mapping
  4. mapping:
  5. width:
  6. type: integer
  7. label: 'Width'
  8. height:
  9. type: integer
  10. label: 'Height'
  11. field_default_image:
  12. type: mapping
  13. mapping:
  14. uuid:
  15. type: uuid
  16. alt:
  17. type: label
  18. label: 'Alternative text'
  19. title:
  20. type: label
  21. label: 'Title'
  22. width:
  23. type: integer
  24. label: 'Width'
  25. height:
  26. type: integer
  27. label: 'Height'