Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / views / tests / modules / views_test_config / test_views / views.view.test_area_title.yml
1 langcode: en
2 status: true
3 dependencies: {  }
4 id: test_area_title
5 label: ''
6 module: views
7 description: ''
8 tag: ''
9 base_table: views_test_data
10 base_field: nid
11 core: '8'
12 display:
13   default:
14     display_options:
15       defaults:
16         fields: false
17         pager: false
18         sorts: false
19       fields:
20         id:
21           field: id
22           id: id
23           relationship: none
24           table: views_test_data
25           plugin_id: numeric
26       pager:
27         options:
28           offset: 0
29         type: none
30       sorts:
31         id:
32           field: id
33           id: id
34           order: ASC
35           relationship: none
36           table: views_test_data
37           plugin_id: numeric
38       empty:
39         title:
40           field: title
41           id: title
42           table: views
43           plugin_id: title
44           title: test_title_empty
45     display_plugin: default
46     display_title: Master
47     id: default
48     position: 0
49   page_1:
50     display_options:
51       path: test-area-title
52       defaults:
53         header: false
54       header:
55         title:
56           field: title
57           id: title
58           table: views
59           plugin_id: title
60           title: test_title_header
61     display_plugin: page
62     display_title: 'Page 1'
63     id: page_1
64     position: 1