Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[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_bulk_form:
20   type: views_field_bulk_form
21   label: 'Comment bulk form'
22
23 views.field.commented_entity:
24   type: views.field.field
25   label: 'Commented entity'
26
27 views.field.comment_last_timestamp:
28   type: views.field.date
29   label: 'Last comment date'
30
31 views.field.comment_link_approve:
32   type: views.field.comment_link
33   label: 'Comment approve link'
34
35 views.field.comment_link_reply:
36   type: views.field.comment_link
37   label: 'Comment reply link'
38
39 views.field.node_new_comments:
40   type: views.field.numeric
41   label: 'Number of new comments'
42   mapping:
43     link_to_comment:
44       type: boolean
45       label: 'Link this field to new comments'
46
47 views.field.comment_ces_last_comment_name:
48   type: views_field
49   label: 'Name of last comment poster'
50
51 views.field.comment_ces_last_updated:
52   type: views_field
53   label: 'Newer of last comment / node updated'
54
55 views.filter.node_comment:
56   type: views.filter.in_operator
57   label: 'Comment node status'
58
59 views.filter.comment_ces_last_updated:
60   type: views.filter.date
61   label: 'Newer of last comment / node updated'
62
63 views.filter.comment_user_uid:
64   type: views_filter
65   label: 'Node user posted comment'
66
67 views.row.comment_rss:
68   type: views_row
69   label: 'Comment'
70   mapping:
71     view_mode:
72       type: string
73       label: 'Display type'
74
75 views.sort.comment_ces_last_comment_name:
76   type: views_sort
77   label: 'Last comment name'
78
79 views.sort.comment_ces_last_updated:
80   type: views.sort.date
81   label: 'Newer of last comment / entity updated'
82
83 views.sort.comment_thread:
84   type: views_sort
85   label: 'Thread'