Version 1
[yaffs-website] / web / core / modules / comment / config / optional / views.view.comments_recent.yml
1 langcode: en
2 status: true
3 dependencies:
4   module:
5     - comment
6     - node
7     - user
8 id: comments_recent
9 label: 'Recent comments'
10 module: views
11 description: 'Recent comments.'
12 tag: default
13 base_table: comment_field_data
14 base_field: cid
15 core: 8.x
16 display:
17   default:
18     display_plugin: default
19     id: default
20     display_title: Master
21     position: 0
22     display_options:
23       access:
24         type: perm
25         options:
26           perm: 'access comments'
27       cache:
28         type: tag
29       query:
30         type: views_query
31       exposed_form:
32         type: basic
33       pager:
34         type: some
35         options:
36           items_per_page: 10
37           offset: 0
38       style:
39         type: html_list
40         options:
41           grouping: {  }
42           row_class: ''
43           default_row_class: true
44           type: ul
45           wrapper_class: item-list
46           class: ''
47       row:
48         type: fields
49         options:
50           default_field_elements: true
51           hide_empty: false
52       relationships:
53         node:
54           field: node
55           id: node
56           table: comment_field_data
57           required: true
58           plugin_id: standard
59       fields:
60         subject:
61           id: subject
62           table: comment_field_data
63           field: subject
64           relationship: none
65           type: string
66           settings:
67             link_to_entity: true
68           plugin_id: field
69           group_type: group
70           admin_label: ''
71           label: ''
72           exclude: false
73           alter:
74             alter_text: false
75             text: ''
76             make_link: false
77             path: ''
78             absolute: false
79             external: false
80             replace_spaces: false
81             path_case: none
82             trim_whitespace: false
83             alt: ''
84             rel: ''
85             link_class: ''
86             prefix: ''
87             suffix: ''
88             target: ''
89             nl2br: false
90             max_length: 0
91             word_boundary: false
92             ellipsis: false
93             more_link: false
94             more_link_text: ''
95             more_link_path: ''
96             strip_tags: false
97             trim: false
98             preserve_tags: ''
99             html: false
100           element_type: ''
101           element_class: ''
102           element_label_type: ''
103           element_label_class: ''
104           element_label_colon: false
105           element_wrapper_type: ''
106           element_wrapper_class: ''
107           element_default_classes: true
108           empty: ''
109           hide_empty: false
110           empty_zero: false
111           hide_alter_empty: true
112           entity_type: comment
113           entity_field: subject
114         changed:
115           id: changed
116           table: comment_field_data
117           field: changed
118           relationship: none
119           plugin_id: field
120           group_type: group
121           admin_label: ''
122           label: ''
123           exclude: false
124           alter:
125             alter_text: false
126             text: ''
127             make_link: false
128             path: ''
129             absolute: false
130             external: false
131             replace_spaces: false
132             path_case: none
133             trim_whitespace: false
134             alt: ''
135             rel: ''
136             link_class: ''
137             prefix: ''
138             suffix: ''
139             target: ''
140             nl2br: false
141             max_length: 0
142             word_boundary: true
143             ellipsis: true
144             more_link: false
145             more_link_text: ''
146             more_link_path: ''
147             strip_tags: false
148             trim: false
149             preserve_tags: ''
150             html: false
151           element_type: ''
152           element_class: ''
153           element_label_type: ''
154           element_label_class: ''
155           element_label_colon: false
156           element_wrapper_type: ''
157           element_wrapper_class: ''
158           element_default_classes: true
159           empty: ''
160           hide_empty: false
161           empty_zero: false
162           hide_alter_empty: true
163           type: timestamp_ago
164           settings:
165             future_format: '@interval hence'
166             past_format: '@interval ago'
167             granularity: 2
168           entity_type: comment
169           entity_field: changed
170       filters:
171         status:
172           value: '1'
173           table: comment_field_data
174           field: status
175           id: status
176           plugin_id: boolean
177           expose:
178             operator: ''
179           group: 1
180           entity_type: comment
181           entity_field: status
182         status_node:
183           value: '1'
184           table: node_field_data
185           field: status
186           relationship: node
187           id: status_node
188           plugin_id: boolean
189           expose:
190             operator: ''
191           group: 1
192           entity_type: node
193           entity_field: status
194       sorts:
195         created:
196           id: created
197           table: comment_field_data
198           field: created
199           relationship: none
200           group_type: group
201           admin_label: ''
202           order: DESC
203           exposed: false
204           expose:
205             label: ''
206           plugin_id: date
207           entity_type: comment
208           entity_field: created
209         cid:
210           id: cid
211           table: comment_field_data
212           field: cid
213           relationship: none
214           group_type: group
215           admin_label: ''
216           order: DESC
217           exposed: false
218           plugin_id: field
219           entity_type: comment
220           entity_field: cid
221       title: 'Recent comments'
222       empty:
223         area_text_custom:
224           id: area_text_custom
225           table: views
226           field: area_text_custom
227           relationship: none
228           group_type: group
229           admin_label: ''
230           label: ''
231           empty: true
232           content: 'No comments available.'
233           tokenize: false
234           plugin_id: text_custom
235       display_extenders: {  }
236     cache_metadata:
237       contexts:
238         - 'languages:language_content'
239         - 'languages:language_interface'
240         - user.permissions
241       max-age: -1
242       tags: {  }
243   block_1:
244     display_plugin: block
245     id: block_1
246     display_title: Block
247     position: 1
248     display_options:
249       block_description: 'Recent comments'
250       block_category: 'Lists (Views)'
251       allow:
252         items_per_page: true
253       display_extenders: {  }
254     cache_metadata:
255       contexts:
256         - 'languages:language_content'
257         - 'languages:language_interface'
258         - user.permissions
259       max-age: -1
260       tags: {  }