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_summary.yml
1 langcode: en
2 status: true
3 id: test_summary
4 label: Test Summary
5 module: views
6 description: ''
7 tag: default
8 base_table: entity_test
9 base_field: id
10 core: '8'
11 display:
12   default:
13     id: default
14     display_title: Master
15     display_plugin: default
16     position: 0
17     display_options:
18       query:
19         type: views_query
20         options:
21           query_comment: ''
22           disable_sql_rewrite: false
23           distinct: false
24           replica: false
25           query_tags: {  }
26       title: 'Summary test'
27       access:
28         type: none
29       cache:
30         type: tag
31         options: {  }
32       pager:
33         type: mini
34         options:
35           items_per_page: 2
36           offset: 0
37           id: 0
38           total_pages: 0
39           expose:
40             items_per_page: false
41             items_per_page_label: 'Items per page'
42             items_per_page_options: '1, 2, 3, 4'
43             items_per_page_options_all: false
44             items_per_page_options_all_label: '- All -'
45             offset: false
46             offset_label: Offset
47           tags:
48             previous: ‹‹
49             next: ››
50       sorts:
51         id:
52           id: id
53           table: entity_test
54           field: id
55           order: ASC
56           plugin_id: standard
57           relationship: none
58       arguments:
59         type:
60           id: type
61           field: type
62           table: entity_test
63           default_action: summary
64           exception:
65             title_enable: true
66           title_enable: true
67           title: '{{ arguments.type }}'
68           default_argument_type: fixed
69           summary:
70             sort_order: asc
71             format: default_summary
72           summary_options:
73             override: true
74             items_per_page: 4
75           specify_validation: true
76           plugin_id: string
77           entity_type: entity_test
78           admin_label: type
79       fields:
80         id:
81           id: id
82           field: id
83           table: entity_test
84           plugin_id: field
85           entity_type: entity_test
86       style:
87         type: default
88         options:
89           grouping: {  }
90           row_class: ''
91           default_row_class: true
92           uses_fields: false
93       row:
94         type: fields
95       header: {  }
96       footer: {  }
97       empty: {  }
98       relationships: {  }
99       display_extenders: {  }
100     cache_metadata:
101       contexts:
102         - 'languages:language_interface'
103         - url
104         - url.query_args
105         - user.permissions
106       max-age: -1
107       tags: {  }
108   page_1:
109     id: page_1
110     display_title: Page
111     display_plugin: page
112     position: 2
113     display_options:
114       query:
115         type: views_query
116         options: {  }
117       path: test-summary
118       display_extenders: {  }
119     cache_metadata:
120       contexts:
121         - 'languages:language_interface'
122         - url
123         - url.query_args
124         - 'user.node_grants:view'
125         - user.permissions
126       max-age: -1
127       tags: {  }