58aba45d3629bb3e045dfa3f62eaba0fbae757eb
[yaffs-website] / web / core / modules / book / config / optional / core.entity_form_display.node.book.default.yml
1 langcode: en
2 status: true
3 dependencies:
4   config:
5     - field.field.node.book.body
6     - node.type.book
7   module:
8     - text
9 id: node.book.default
10 targetEntityType: node
11 bundle: book
12 mode: default
13 content:
14   body:
15     type: text_textarea_with_summary
16     weight: 26
17     region: content
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     region: content
27     settings: {  }
28     third_party_settings: {  }
29   promote:
30     type: boolean_checkbox
31     settings:
32       display_label: true
33     weight: 15
34     region: content
35     third_party_settings: {  }
36   sticky:
37     type: boolean_checkbox
38     settings:
39       display_label: true
40     weight: 16
41     region: content
42     third_party_settings: {  }
43   title:
44     type: string_textfield
45     weight: -5
46     region: content
47     settings:
48       size: 60
49       placeholder: ''
50     third_party_settings: {  }
51   uid:
52     type: entity_reference_autocomplete
53     weight: 5
54     region: content
55     settings:
56       match_operator: CONTAINS
57       size: 60
58       placeholder: ''
59     third_party_settings: {  }
60 hidden: {  }