Version 1
[yaffs-website] / web / modules / contrib / inline_entity_form / tests / modules / inline_entity_form_test / config / install / core.entity_form_display.node.ief_test_complex.default.yml
1 langcode: en
2 status: true
3 dependencies:
4   config:
5     - node.type.ief_test_complex
6 id: node.ief_test_complex.default
7 targetEntityType: node
8 bundle: ief_test_complex
9 mode: default
10 content:
11   title:
12     type: string_textfield
13     weight: 0
14     settings:
15       size: 60
16       placeholder: ''
17     third_party_settings: {  }
18   created:
19     type: datetime_timestamp
20     weight: 10
21     settings: {  }
22     third_party_settings: {  }
23   promote:
24     type: boolean_checkbox
25     settings:
26       display_label: true
27     weight: 15
28     third_party_settings: {  }
29   sticky:
30     type: boolean_checkbox
31     settings:
32       display_label: true
33     weight: 16
34     third_party_settings: {  }
35   uid:
36     type: entity_reference_autocomplete
37     weight: 5
38     settings:
39       match_operator: CONTAINS
40       size: 60
41       placeholder: ''
42     third_party_settings: {  }
43   multi:
44     weight: 30
45     settings:
46       match_operator: CONTAINS
47       allow_existing: false
48       override_labels: false
49       label_singular: ''
50       label_plural: ''
51     third_party_settings: {  }
52     type: inline_entity_form_complex
53   image:
54     type: image_image
55     weight: 4
56     settings:
57       progress_indicator: throbber
58       preview_image_style: thumbnail
59     third_party_settings: {  }
60   all_bundles:
61     weight: 30
62     settings:
63       match_operator: CONTAINS
64       allow_existing: true
65       override_labels: false
66       label_singular: ''
67       label_plural: ''
68     third_party_settings: {  }
69     type: inline_entity_form_complex
70 hidden: {  }