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_page_display.yml
1 langcode: en
2 status: true
3 dependencies: {  }
4 id: test_page_display
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       title: 'Test page display'
16       defaults:
17         fields: false
18         pager: false
19         sorts: false
20       fields:
21         age:
22           field: age
23           id: age
24           relationship: none
25           table: views_test_data
26           plugin_id: numeric
27     display_plugin: default
28     display_title: Master
29     id: default
30     position: 0
31   page_1:
32     display_options:
33       path: test_page_display_403
34     display_plugin: page
35     display_title: Page
36     id: page_1
37     position: 1
38   page_2:
39     display_options:
40       path: test_page_display_404
41     display_plugin: page
42     display_title: Page
43     id: page_2
44     position: 2
45   page_3:
46     display_options:
47       path: test_page_display_200
48     display_plugin: page
49     display_title: Page
50     id: page_3
51     position: 3