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