ed53241d0fd065f231200fb964932cd91c1c37e2
[yaffs-website] / web / modules / contrib / image_widget_crop / modules / image_widget_crop_examples / config / optional / core.entity_form_display.node.crop_file_imce_example.default.yml
1 langcode: en
2 status: true
3 dependencies:
4   config:
5     - field.field.node.crop_file_imce_example.body
6     - field.field.node.crop_file_imce_example.field_image_crop_imce
7     - image.style.thumbnail
8     - node.type.crop_file_imce_example
9   module:
10     - image_widget_crop
11     - imce
12     - path
13     - text
14 id: node.crop_file_imce_example.default
15 targetEntityType: node
16 bundle: crop_file_imce_example
17 mode: default
18 content:
19   body:
20     type: text_textarea_with_summary
21     weight: 1
22     settings:
23       rows: 9
24       summary_rows: 3
25       placeholder: ''
26     third_party_settings: {  }
27     region: content
28   created:
29     type: datetime_timestamp
30     weight: 5
31     region: content
32     settings: {  }
33     third_party_settings: {  }
34   field_image_crop_imce:
35     weight: 2
36     settings:
37       show_default_crop: true
38       warn_multiple_usages: true
39       preview_image_style: thumbnail
40       crop_preview_image_style: crop_thumbnail
41       crop_list:
42         - crop_16_9
43         - crop_4_3
44         - crop_free_ratio
45       progress_indicator: throbber
46       show_crop_area: false
47     third_party_settings:
48       imce:
49         enabled: true
50     type: image_widget_crop
51     region: content
52   langcode:
53     type: language_select
54     weight: 3
55     region: content
56     settings:
57       include_locked: true
58     third_party_settings: {  }
59   path:
60     type: path
61     weight: 8
62     region: content
63     settings: {  }
64     third_party_settings: {  }
65   promote:
66     type: boolean_checkbox
67     settings:
68       display_label: true
69     weight: 6
70     region: content
71     third_party_settings: {  }
72   sticky:
73     type: boolean_checkbox
74     settings:
75       display_label: true
76     weight: 7
77     region: content
78     third_party_settings: {  }
79   title:
80     type: string_textfield
81     weight: 0
82     region: content
83     settings:
84       size: 60
85       placeholder: ''
86     third_party_settings: {  }
87   uid:
88     type: entity_reference_autocomplete
89     weight: 4
90     settings:
91       match_operator: CONTAINS
92       size: 60
93       placeholder: ''
94     region: content
95     third_party_settings: {  }
96 hidden: {  }