You are here

config_default_image.data_types.schema.yml in Config default image 8

Same filename and directory in other branches
  1. 8.2 config/schema/config_default_image.data_types.schema.yml
config/schema/config_default_image.data_types.schema.yml

File

config/schema/config_default_image.data_types.schema.yml
View source
  1. config_default_image:
  2. type: mapping
  3. mapping:
  4. uri:
  5. type: string
  6. label: 'Image URI'
  7. alt:
  8. type: label
  9. label: 'Alternative text'
  10. title:
  11. type: label
  12. label: 'Title'
  13. width:
  14. type: integer
  15. label: 'Width'
  16. height:
  17. type: integer
  18. label: 'Height'