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_preview.yml
1 langcode: en
2 status: true
3 dependencies:
4   module:
5     - user
6 id: test_preview
7 label: test_preview
8 module: views
9 description: ''
10 tag: ''
11 base_table: views_test_data
12 base_field: id
13 core: 8.x
14 display:
15   default:
16     display_plugin: default
17     id: default
18     display_title: Master
19     position: null
20     display_options:
21       access:
22         type: perm
23       cache:
24         type: tag
25       query:
26         type: views_query
27       exposed_form:
28         type: basic
29       pager:
30         type: some
31         options:
32           items_per_page: 10
33           offset: 0
34       style:
35         type: default
36       row:
37         type: fields
38       fields:
39         name:
40           id: standard
41           table: views_test_data
42           field: name
43           relationship: none
44           group_type: group
45           admin_label: ''
46           label: Name
47           exclude: false
48           plugin_id: standard
49       filters:
50         id:
51           id: id
52           table: views_test_data
53           field: id
54           relationship: none
55           group_type: group
56           admin_label: ''
57           operator: '='
58           value:
59             min: ''
60             max: ''
61             value: ''
62           group: 1
63           exposed: true
64           expose:
65             operator_id: id_op
66             label: ID
67             description: ''
68             use_operator: false
69             operator: id_op
70             identifier: id
71             required: false
72             remember: false
73             multiple: false
74           is_grouped: false
75           plugin_id: numeric
76       sorts: {  }
77       filter_groups:
78         operator: AND
79         groups: {  }
80       title: 'Test preview'
81       arguments:
82         id:
83           id: numeric
84           table: views_test_data
85           field: id
86           relationship: none
87           group_type: group
88           admin_label: ''
89           default_action: ignore
90           title_enable: false
91           title: ''
92           plugin_id: numeric
93       header:
94         area_text_custom:
95           id: area_text_custom
96           table: views
97           field: area_text_custom
98           relationship: none
99           group_type: group
100           admin_label: ''
101           empty: true
102           content: 'Test header text'
103           tokenize: false
104           plugin_id: text_custom
105       footer:
106         area_text_custom:
107           id: area_text_custom
108           table: views
109           field: area_text_custom
110           relationship: none
111           group_type: group
112           admin_label: ''
113           empty: true
114           content: 'Test footer text'
115           tokenize: false
116           plugin_id: text_custom
117       empty:
118         area_text_custom:
119           id: area_text_custom
120           table: views
121           field: area_text_custom
122           relationship: none
123           group_type: group
124           admin_label: ''
125           empty: true
126           content: 'Test empty text'
127           tokenize: false
128           plugin_id: text_custom