Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / modules / views / tests / modules / views_test_config / test_views / views.view.test_disabled_display.yml
1 langcode: en
2 status: true
3 dependencies:
4   config:
5     - core.entity_view_mode.node.teaser
6   module:
7     - node
8     - user
9 id: test_disabled_display
10 label: test_disabled_display
11 module: views
12 description: ''
13 tag: ''
14 base_table: node_field_data
15 base_field: nid
16 core: 8.x
17 display:
18   default:
19     display_plugin: default
20     id: default
21     display_title: Master
22     position: 0
23     display_options:
24       access:
25         type: perm
26         options:
27           perm: 'access content'
28       cache:
29         type: tag
30         options: {  }
31       query:
32         type: views_query
33         options:
34           disable_sql_rewrite: false
35           distinct: false
36           replica: false
37           query_comment: ''
38           query_tags: {  }
39       exposed_form:
40         type: basic
41         options:
42           submit_button: Apply
43           reset_button: false
44           reset_button_label: Reset
45           exposed_sorts_label: 'Sort by'
46           expose_sort_order: true
47           sort_asc_label: Asc
48           sort_desc_label: Desc
49       pager:
50         type: full
51         options:
52           items_per_page: 10
53           offset: 0
54           id: 0
55           total_pages: null
56           expose:
57             items_per_page: false
58             items_per_page_label: 'Items per page'
59             items_per_page_options: '5, 10, 25, 50'
60             items_per_page_options_all: false
61             items_per_page_options_all_label: '- All -'
62             offset: false
63             offset_label: Offset
64           tags:
65             previous: '‹ Previous'
66             next: 'Next ›'
67             first: '« First'
68             last: 'Last »'
69           quantity: 9
70       style:
71         type: default
72       row:
73         type: 'entity:node'
74         options:
75           view_mode: teaser
76       fields:
77         title:
78           id: title
79           table: node_field_data
80           field: title
81           entity_type: node
82           entity_field: title
83           label: ''
84           alter:
85             alter_text: false
86             make_link: false
87             absolute: false
88             trim: false
89             word_boundary: false
90             ellipsis: false
91             strip_tags: false
92             html: false
93           hide_empty: false
94           empty_zero: false
95           plugin_id: field
96           relationship: none
97           group_type: group
98           admin_label: ''
99           exclude: false
100           element_type: ''
101           element_class: ''
102           element_label_type: ''
103           element_label_class: ''
104           element_label_colon: true
105           element_wrapper_type: ''
106           element_wrapper_class: ''
107           element_default_classes: true
108           empty: ''
109           hide_alter_empty: true
110       filters:
111         status:
112           value: '1'
113           table: node_field_data
114           field: status
115           plugin_id: boolean
116           entity_type: node
117           entity_field: status
118           id: status
119           expose:
120             operator: ''
121           group: 1
122       sorts:
123         created:
124           id: created
125           table: node_field_data
126           field: created
127           order: DESC
128           entity_type: node
129           entity_field: created
130           plugin_id: date
131           relationship: none
132           group_type: group
133           admin_label: ''
134           exposed: false
135           expose:
136             label: ''
137           granularity: second
138       title: test_disabled_display
139       header: {  }
140       footer: {  }
141       empty: {  }
142       relationships: {  }
143       arguments: {  }
144       display_extenders: {  }
145   attachment_1:
146     display_plugin: attachment
147     id: attachment_1
148     display_title: 'Attachment Disabled'
149     position: 1
150     display_options:
151       display_extenders: {  }
152       displays:
153         page_2: page_2
154       display_description: ''
155       enabled: false
156   block_1:
157     display_plugin: block
158     id: block_1
159     display_title: 'Block Disabled'
160     position: 1
161     display_options:
162       display_extenders: {  }
163       display_description: ''
164       enabled: false
165   embed_1:
166     display_plugin: embed
167     id: embed_1
168     display_title: 'Embed Disabled'
169     position: 1
170     display_options:
171       display_extenders: {  }
172       display_description: ''
173       enabled: false
174   feed_1:
175     display_plugin: feed
176     id: feed_1
177     display_title: 'Feed Disabled'
178     position: 1
179     display_options:
180       display_extenders: {  }
181       display_description: ''
182       enabled: false
183       path: test-disabled-display.xml
184   page_1:
185     display_plugin: page
186     id: page_1
187     display_title: Page
188     position: 1
189     display_options:
190       display_extenders: {  }
191       path: test-disabled-display
192   page_2:
193     display_plugin: page
194     id: page_2
195     display_title: 'Page Disabled'
196     position: 2
197     display_options:
198       display_extenders: {  }
199       path: test-disabled-display-2
200       display_description: ''
201       enabled: false