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