image.data_types.schema.yml in Drupal 9
Same filename and directory in other branches
core/modules/image/config/schema/image.data_types.schema.yml
File
core/modules/image/config/schema/image.data_types.schema.ymlView source
- # Basic data types for image.
-
- image_size:
- type: mapping
- mapping:
- width:
- type: integer
- label: 'Width'
- height:
- type: integer
- label: 'Height'
-
- field_default_image:
- type: mapping
- mapping:
- uuid:
- type: uuid
- alt:
- type: label
- label: 'Alternative text'
- title:
- type: label
- label: 'Title'
- width:
- type: integer
- label: 'Width'
- height:
- type: integer
- label: 'Height'