Version 1
[yaffs-website] / web / modules / contrib / media_entity_image / config / schema / media_entity_image.schema.yml
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
12 entity_browser.browser.widget.media_entity_image_upload:
13   type: mapping
14   label: 'Media images upload widget configuration'
15   mapping:
16     upload_location:
17       type: string
18       label: 'Upload location'
19     extensions:
20       type: string
21       label: 'Allowed file extensions'
22     media_bundle:
23       type: string
24       label: 'Media bundle for uploaded files'