Version 1
[yaffs-website] / web / core / modules / node / tests / modules / node_test_views / test_views / views.view.test_contextual_links.yml
1 langcode: en
2 status: true
3 dependencies:
4   module:
5     - node
6     - user
7 id: test_contextual_links
8 label: 'Contextual links'
9 module: node
10 description: ''
11 tag: default
12 base_table: node_field_data
13 base_field: nid
14 core: 8.x
15 display:
16   default:
17     display_options:
18       access:
19         type: perm
20         options:
21           perm: 'access content'
22       cache:
23         type: tag
24         options: {  }
25       pager:
26         type: full
27         options:
28           items_per_page: 10
29           offset: 0
30           id: 0
31           total_pages: null
32           expose:
33             items_per_page: false
34             items_per_page_label: 'Items per page'
35             items_per_page_options: '5, 10, 25, 50'
36             items_per_page_options_all: false
37             items_per_page_options_all_label: '- All -'
38             offset: false
39             offset_label: Offset
40           tags:
41             previous: '‹ Previous'
42             next: 'Next ›'
43             first: '« First'
44             last: 'Last »'
45           quantity: 9
46       query:
47         type: views_query
48         options:
49           disable_sql_rewrite: false
50           distinct: false
51           replica: false
52           query_comment: ''
53           query_tags: {  }
54       row:
55         type: 'entity:node'
56         options:
57           view_mode: teaser
58       style:
59         type: default
60         options:
61           grouping: {  }
62           row_class: ''
63           default_row_class: true
64           uses_fields: false
65       title: ''
66       header: {  }
67       footer: {  }
68       relationships: {  }
69       fields: {  }
70       arguments: {  }
71     display_plugin: default
72     display_title: Master
73     id: default
74     position: 0
75   page_1:
76     display_options:
77       path: node/%/contextual-links
78       defaults:
79         arguments: false
80       arguments:
81         nid:
82           field: nid
83           id: nid
84           relationship: none
85           table: node_field_data
86           plugin_id: numeric
87           entity_type: node
88           entity_field: nid
89       menu:
90         type: tab
91         title: 'Test contextual link'
92         description: ''
93         menu_name: tools
94         weight: 0
95         context: '1'
96     display_plugin: page
97     display_title: Page
98     id: page_1
99     position: 1