Added missing modules, including some as submodules.
[yaffs-website] / web / modules / contrib / inline_entity_form / tests / modules / inline_entity_form_test / config / install / core.entity_form_display.node.ief_test_nested3.default.yml
1 langcode: und
2 status: true
3 dependencies:
4   config:
5     - node.type.ief_test_nested3
6 id: node.ief_test_nested3.default
7 targetEntityType: node
8 bundle: ief_test_nested3
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 hidden: {  }