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.rest_export_with_authorization.yml
1 langcode: en
2 status: true
3 dependencies:
4   config:
5     - core.entity_view_mode.node.teaser
6     - user.role.authenticated
7   module:
8     - node
9     - rest
10     - user
11 id: rest_export_with_authorization
12 label: 'Rest Export'
13 module: views
14 description: ''
15 tag: ''
16 base_table: node_field_data
17 base_field: nid
18 core: 8.x
19 display:
20   default:
21     display_plugin: default
22     id: default
23     display_title: Master
24     position: 0
25     display_options:
26       access:
27         type: role
28         options:
29           role:
30             authenticated: authenticated
31       cache:
32         type: tag
33         options: {  }
34       query:
35         type: views_query
36         options:
37           disable_sql_rewrite: false
38           distinct: false
39           replica: false
40           query_comment: ''
41           query_tags: {  }
42       exposed_form:
43         type: basic
44         options:
45           submit_button: Apply
46           reset_button: false
47           reset_button_label: Reset
48           exposed_sorts_label: 'Sort by'
49           expose_sort_order: true
50           sort_asc_label: Asc
51           sort_desc_label: Desc
52       pager:
53         type: full
54         options:
55           items_per_page: 10
56           offset: 0
57           id: 0
58           total_pages: null
59           expose:
60             items_per_page: false
61             items_per_page_label: 'Items per page'
62             items_per_page_options: '5, 10, 25, 50'
63             items_per_page_options_all: false
64             items_per_page_options_all_label: '- All -'
65             offset: false
66             offset_label: Offset
67           tags:
68             previous: '‹ Previous'
69             next: 'Next ›'
70             first: '« First'
71             last: 'Last »'
72           quantity: 9
73       style:
74         type: default
75       row:
76         type: 'entity:node'
77         options:
78           view_mode: teaser
79       fields:
80         title:
81           id: title
82           table: node_field_data
83           field: title
84           entity_type: node
85           entity_field: title
86           label: ''
87           alter:
88             alter_text: false
89             make_link: false
90             absolute: false
91             trim: false
92             word_boundary: false
93             ellipsis: false
94             strip_tags: false
95             html: false
96           hide_empty: false
97           empty_zero: false
98           settings:
99             link_to_entity: true
100           plugin_id: field
101           relationship: none
102           group_type: group
103           admin_label: ''
104           exclude: false
105           element_type: ''
106           element_class: ''
107           element_label_type: ''
108           element_label_class: ''
109           element_label_colon: true
110           element_wrapper_type: ''
111           element_wrapper_class: ''
112           element_default_classes: true
113           empty: ''
114           hide_alter_empty: true
115           click_sort_column: value
116           type: string
117           group_column: value
118           group_columns: {  }
119           group_rows: true
120           delta_limit: 0
121           delta_offset: 0
122           delta_reversed: false
123           delta_first_last: false
124           multi_type: separator
125           separator: ', '
126           field_api_classes: false
127       filters:
128         status:
129           id: status
130           table: node_field_data
131           field: status
132           relationship: none
133           group_type: group
134           admin_label: ''
135           operator: '='
136           value: '0'
137           group: 1
138           exposed: false
139           expose:
140             operator_id: ''
141             label: ''
142             description: ''
143             use_operator: false
144             operator: ''
145             identifier: ''
146             required: false
147             remember: false
148             multiple: false
149             remember_roles:
150               authenticated: authenticated
151           is_grouped: false
152           group_info:
153             label: ''
154             description: ''
155             identifier: ''
156             optional: true
157             widget: select
158             multiple: false
159             remember: false
160             default_group: All
161             default_group_multiple: {  }
162             group_items: {  }
163           plugin_id: boolean
164           entity_type: node
165           entity_field: status
166       sorts:
167         created:
168           id: created
169           table: node_field_data
170           field: created
171           order: DESC
172           entity_type: node
173           entity_field: created
174           plugin_id: date
175           relationship: none
176           group_type: group
177           admin_label: ''
178           exposed: false
179           expose:
180             label: ''
181           granularity: second
182       title: 'Rest Export'
183       header: {  }
184       footer: {  }
185       empty: {  }
186       relationships: {  }
187       arguments: {  }
188       display_extenders: {  }
189     cache_metadata:
190       max-age: -1
191       contexts:
192         - 'languages:language_content'
193         - 'languages:language_interface'
194         - url.query_args
195         - 'user.node_grants:view'
196         - user.roles
197       tags: {  }
198   rest_export_1:
199     display_plugin: rest_export
200     id: rest_export_1
201     display_title: 'REST export'
202     position: 2
203     display_options:
204       display_extenders: {  }
205       path: unpublished-content
206       auth:
207         basic_auth: basic_auth
208     cache_metadata:
209       max-age: -1
210       contexts:
211         - 'languages:language_content'
212         - 'languages:language_interface'
213         - request_format
214         - 'user.node_grants:view'
215         - user.roles
216       tags: {  }