Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / profiles / demo_umami / 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   status:
44     type: boolean_checkbox
45     settings:
46       display_label: true
47     weight: 120
48     region: content
49     third_party_settings: {  }
50   sticky:
51     type: boolean_checkbox
52     settings:
53       display_label: true
54     weight: 16
55     region: content
56     third_party_settings: {  }
57   title:
58     type: string_textfield
59     weight: -5
60     region: content
61     settings:
62       size: 60
63       placeholder: ''
64     third_party_settings: {  }
65   uid:
66     type: entity_reference_autocomplete
67     weight: 5
68     region: content
69     settings:
70       match_operator: CONTAINS
71       size: 60
72       placeholder: ''
73     third_party_settings: {  }
74 hidden: {  }