1langcode: en
2status: true
3dependencies:
4  config:
5    - field.field.node.page.body
6    - node.type.page
7    - workflows.workflow.editorial
8  module:
9    - content_moderation
10    - path
11    - text
12id: node.page.default
13targetEntityType: node
14bundle: page
15mode: default
16content:
17  body:
18    type: text_textarea_with_summary
19    weight: 6
20    region: content
21    settings:
22      rows: 9
23      summary_rows: 3
24      placeholder: ''
25      show_summary: false
26    third_party_settings: {  }
27  created:
28    type: datetime_timestamp
29    weight: 2
30    region: content
31    settings: {  }
32    third_party_settings: {  }
33  langcode:
34    type: language_select
35    weight: 2
36    region: content
37    settings:
38      include_locked: true
39    third_party_settings: {  }
40  moderation_state:
41    type: moderation_state_default
42    weight: 8
43    region: content
44    settings: {  }
45    third_party_settings: {  }
46  path:
47    type: path
48    weight: 5
49    region: content
50    settings: {  }
51    third_party_settings: {  }
52  promote:
53    type: boolean_checkbox
54    settings:
55      display_label: true
56    weight: 3
57    region: content
58    third_party_settings: {  }
59  status:
60    type: boolean_checkbox
61    settings:
62      display_label: true
63    weight: 7
64    region: content
65    third_party_settings: {  }
66  sticky:
67    type: boolean_checkbox
68    settings:
69      display_label: true
70    weight: 4
71    region: content
72    third_party_settings: {  }
73  title:
74    type: string_textfield
75    weight: 0
76    region: content
77    settings:
78      size: 60
79      placeholder: ''
80    third_party_settings: {  }
81  translation:
82    weight: 10
83    settings: {  }
84    third_party_settings: {  }
85    region: content
86  uid:
87    type: entity_reference_autocomplete
88    weight: 1
89    region: content
90    settings:
91      match_operator: CONTAINS
92      match_limit: 10
93      size: 60
94      placeholder: ''
95    third_party_settings: {  }
96hidden: {  }
97