Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / comment / config / schema / comment.views.schema.yml
1 # Schema for the views plugins of the Comment module.
2
3 views.argument.argument_comment_user_uid:
4   type: views_argument
5   label: 'Commented user ID'
6
7 views.field.comment_depth:
8   type: views_field
9   label: 'Comment depth'
10
11 views.field.comment_entity_link:
12   type: views_field
13   label: 'Comment link'
14   mapping:
15     teaser:
16       type: boolean
17       label: 'Show teaser-style link'
18
19 views.field.comment_last_timestamp:
20   type: views.field.date
21   label: 'Last comment date'
22
23 views.field.comment_link_approve:
24   type: views.field.comment_link
25   label: 'Comment approve link'
26
27 views.field.comment_link_reply:
28   type: views.field.comment_link
29   label: 'Comment reply link'
30
31 views.field.node_new_comments:
32   type: views.field.numeric
33   label: 'Number of new comments'
34   mapping:
35     link_to_comment:
36       type: boolean
37       label: 'Link this field to new comments'
38
39 views.field.comment_ces_last_comment_name:
40   type: views_field
41   label: 'Name of last comment poster'
42
43 views.field.comment_ces_last_updated:
44   type: views_field
45   label: 'Newer of last comment / node updated'
46
47 views.filter.node_comment:
48   type: views.filter.in_operator
49   label: 'Comment node status'
50
51 views.filter.comment_ces_last_updated:
52   type: views.filter.date
53   label: 'Newer of last comment / node updated'
54
55 views.filter.comment_user_uid:
56   type: views_filter
57   label: 'Node user posted comment'
58
59 views.row.comment_rss:
60   type: views_row
61   label: 'Comment'
62   mapping:
63     view_mode:
64       type: string
65       label: 'Display type'
66
67 views.sort.comment_ces_last_comment_name:
68   type: views_sort
69   label: 'Last comment name'
70
71 views.sort.comment_ces_last_updated:
72   type: views.sort.date
73   label: 'Newer of last comment / entity updated'
74
75 views.sort.comment_thread:
76   type: views_sort
77   label: 'Thread'