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_display_defaults.yml
1 langcode: en
2 status: true
3 dependencies: {  }
4 id: test_display_defaults
5 label: ''
6 module: views
7 description: ''
8 tag: ''
9 base_table: views_test_data
10 base_field: id
11 core: 8.x
12 display:
13   default:
14     display_plugin: default
15     id: default
16     display_title: Master
17     position: null
18     display_options:
19       access:
20         type: none
21         options: {  }
22       cache:
23         type: tag
24         options: {  }
25       query:
26         type: views_query
27         options: {  }
28       exposed_form:
29         type: basic
30         options: {  }
31       pager:
32         type: full
33         options: {  }
34       style:
35         type: default
36         options: {  }
37       row:
38         type: fields
39         options: {  }
40       fields:
41         name:
42           id: name
43           table: views_test_data
44           field: name
45       sorts:
46         created:
47           id: created
48           table: views_test_data
49           field: created
50           order: DESC
51           plugin_id: date