Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / modules / media_library / config / optional / core.entity_form_display.media.image.media_library.yml
1 langcode: en
2 status: true
3 dependencies:
4   config:
5     - core.entity_form_mode.media.media_library
6     - field.field.media.image.field_media_image
7     - image.style.thumbnail
8     - media.type.image
9   module:
10     - image
11 id: media.image.media_library
12 targetEntityType: media
13 bundle: image
14 mode: media_library
15 content:
16   field_media_image:
17     type: image_image
18     weight: 1
19     region: content
20     settings:
21       progress_indicator: throbber
22       preview_image_style: thumbnail
23     third_party_settings: {  }
24   name:
25     type: string_textfield
26     weight: 0
27     region: content
28     settings:
29       size: 60
30       placeholder: ''
31     third_party_settings: {  }
32 hidden:
33   created: true
34   path: true
35   status: true
36   uid: true