ff5f0ec275c8ed251016292ddb7075d30954c6dd
[yaffs-website] / web / core / modules / options / tests / options_config_install_test / config / install / core.entity_form_display.node.options_install_test.default.yml
1 langcode: en
2 status: true
3 dependencies:
4   config:
5     - field.field.node.options_install_test.body
6     - node.type.options_install_test
7   module:
8     - text
9 id: node.options_install_test.default
10 targetEntityType: node
11 bundle: options_install_test
12 mode: default
13 content:
14   title:
15     type: string_textfield
16     weight: -5
17     region: content
18     settings:
19       size: 60
20       placeholder: ''
21     third_party_settings: {  }
22   uid:
23     type: entity_reference_autocomplete
24     weight: 5
25     region: content
26     settings:
27       match_operator: CONTAINS
28       size: 60
29       placeholder: ''
30     third_party_settings: {  }
31   created:
32     type: datetime_timestamp
33     weight: 10
34     region: content
35     settings: {  }
36     third_party_settings: {  }
37   promote:
38     type: boolean_checkbox
39     settings:
40       display_label: true
41     weight: 15
42     region: content
43     third_party_settings: {  }
44   sticky:
45     type: boolean_checkbox
46     settings:
47       display_label: true
48     weight: 16
49     region: content
50     third_party_settings: {  }
51   body:
52     type: text_textarea_with_summary
53     weight: 26
54     region: content
55     settings:
56       rows: 9
57       summary_rows: 3
58       placeholder: ''
59     third_party_settings: {  }
60 hidden: {  }
61 third_party_settings: {  }