Updated to Drupal 8.5. Core Media not yet in use.
[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     submit_text:
17       type: string
18       label: 'Submit button text'
19     upload_location:
20       type: string
21       label: 'Upload location'
22     multiple:
23       type: boolean
24       label: 'Allow multiple uploads'
25     extensions:
26       type: string
27       label: 'Allowed file extensions'
28     media_bundle:
29       type: string
30       label: 'Media bundle for uploaded files'