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_click_sort.yml
1 langcode: en
2 status: true
3 dependencies: {  }
4 id: test_click_sort
5 module: views
6 description: ''
7 tag: ''
8 base_table: views_test_data
9 base_field: nid
10 core: '8'
11 display:
12   default:
13     display_options:
14       fields:
15         id:
16           id: id
17           table: views_test_data
18           field: id
19           label: ID
20           plugin_id: numeric
21         name:
22           id: name
23           table: views_test_data
24           field: name
25           label: Name
26           plugin_id: string
27         created:
28           id: created
29           table: views_test_data
30           field: created
31           label: created
32           plugin_id: field
33           type: timestamp
34           settings:
35             date_format: medium
36             custom_date_format: ''
37             timezone: ''
38       access:
39         type: none
40       cache:
41         type: tag
42       style:
43         type: table
44         options:
45           info:
46             id:
47               sortable: true
48               default_sort_order: asc
49             name:
50               sortable: true
51               default_sort_order: desc
52             created:
53               sortable: false
54     display_plugin: default
55     display_title: Master
56     id: default
57     position: 0
58   page_1:
59     display_options:
60       path: test_click_sort
61     display_plugin: page
62     display_title: Page
63     id: page_1
64     position: 0