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