Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / image_widget_crop / modules / image_widget_crop_examples / config / optional / core.entity_form_display.media.image_with_crop.default.yml
1 uuid: fe02dc24-2d5e-4f33-ae5b-39fcc0f2ce40
2 langcode: en
3 status: true
4 dependencies:
5   config:
6     - field.field.media.image_with_crop.field_media_image
7     - image.style.thumbnail
8     - media.type.image_with_crop
9   module:
10     - image_widget_crop
11     - path
12 id: media.image_with_crop.default
13 targetEntityType: media
14 bundle: image_with_crop
15 mode: default
16 content:
17   created:
18     type: datetime_timestamp
19     weight: 4
20     region: content
21     settings: {  }
22     third_party_settings: {  }
23   field_media_image:
24     settings:
25       show_default_crop: true
26       warn_multiple_usages: true
27       preview_image_style: thumbnail
28       crop_preview_image_style: crop_thumbnail
29       crop_list:
30         - crop_16_9
31         - crop_4_3
32         - crop_free_ratio
33       progress_indicator: throbber
34       show_crop_area: false
35     third_party_settings: {  }
36     type: image_widget_crop
37     weight: 1
38     region: content
39   langcode:
40     type: language_select
41     weight: 2
42     region: content
43     settings:
44       include_locked: true
45     third_party_settings: {  }
46   name:
47     type: string_textfield
48     weight: 0
49     region: content
50     settings:
51       size: 60
52       placeholder: ''
53     third_party_settings: {  }
54   path:
55     type: path
56     weight: 5
57     region: content
58     settings: {  }
59     third_party_settings: {  }
60   status:
61     type: boolean_checkbox
62     settings:
63       display_label: true
64     weight: 6
65     region: content
66     third_party_settings: {  }
67   uid:
68     type: entity_reference_autocomplete
69     weight: 3
70     settings:
71       match_operator: CONTAINS
72       size: 60
73       placeholder: ''
74     region: content
75     third_party_settings: {  }
76 hidden: {  }