Security update for permissions_by_term
[yaffs-website] / vendor / drupal / drupal-extension / fixtures / drupal8 / modules / behat_test / config / install / core.entity_form_display.node.post.default.yml
1 langcode: en
2 status: true
3 dependencies:
4   config:
5     - field.field.node.post.body
6     - field.field.node.post.field_post_address
7     - field.field.node.post.field_post_date
8     - field.field.node.post.field_post_links
9     - field.field.node.post.field_post_reference
10     - field.field.node.post.field_post_select
11     - node.type.post
12   module:
13     - datetime
14     - link
15     - path
16     - text
17 id: node.post.default
18 targetEntityType: node
19 bundle: post
20 mode: default
21 content:
22   title:
23     type: string_textfield
24     weight: -5
25     settings:
26       size: 60
27       placeholder: ''
28     third_party_settings: {  }
29   uid:
30     type: entity_reference_autocomplete
31     weight: 5
32     settings:
33       match_operator: CONTAINS
34       size: 60
35       placeholder: ''
36     third_party_settings: {  }
37   created:
38     type: datetime_timestamp
39     weight: 10
40     settings: {  }
41     third_party_settings: {  }
42   promote:
43     type: boolean_checkbox
44     settings:
45       display_label: true
46     weight: 15
47     third_party_settings: {  }
48   sticky:
49     type: boolean_checkbox
50     settings:
51       display_label: true
52     weight: 16
53     third_party_settings: {  }
54   path:
55     type: path
56     weight: 30
57     settings: {  }
58     third_party_settings: {  }
59   body:
60     type: text_textarea_with_summary
61     weight: 31
62     settings:
63       rows: 9
64       summary_rows: 3
65       placeholder: ''
66     third_party_settings: {  }
67   field_post_reference:
68     weight: 32
69     settings:
70       match_operator: CONTAINS
71       size: 60
72       placeholder: ''
73     third_party_settings: {  }
74     type: entity_reference_autocomplete
75   field_post_address:
76     weight: 37
77     settings: {  }
78     third_party_settings: {  }
79     type: behat_test_address_field_default
80   field_post_date:
81     weight: 33
82     settings: {  }
83     third_party_settings: {  }
84     type: datetime_default
85   field_post_select:
86     weight: 35
87     settings: {  }
88     third_party_settings: {  }
89     type: options_select
90   field_post_links:
91     weight: 36
92     settings:
93       placeholder_url: ''
94       placeholder_title: ''
95     third_party_settings: {  }
96     type: link_default
97 hidden: {  }