You are here

image.data_types.schema.yml in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/image/config/schema/image.data_types.schema.yml
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: string
  16. label: 'Image'
  17. alt:
  18. type: label
  19. label: 'Alternative text'
  20. title:
  21. type: label
  22. label: 'Title'
  23. width:
  24. type: integer
  25. label: 'Width'
  26. height:
  27. type: integer
  28. label: 'Height'