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_invalid_tokens.yml
1 langcode: en
2 status: true
3 dependencies: {  }
4 id: test_invalid_tokens
5 label: 'Test invalid tokens'
6 module: views
7 description: 'Test view to invalid token replacement tests.'
8 tag: ''
9 base_table: views_test_data
10 base_field: id
11 core: 8.x
12 display:
13   default:
14     display_options:
15       title: 'Test token default'
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         id:
28           field: id
29           id: id
30           relationship: none
31           table: views_test_data
32           plugin_id: numeric
33         name:
34           field: name
35           id: name
36           relationship: none
37           table: views_test_data
38           plugin_id: string
39       pager:
40         type: full
41         options:
42           items_per_page: 10
43     display_plugin: default
44     display_title: Master
45     id: default
46     position: 0
47   block_1:
48     display_plugin: block
49     id: block_1
50     display_title: Block
51     position: 1
52     display_options:
53       display_extenders: {  }