annotate core/modules/comment/config/schema/comment.views.schema.yml @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 4c8ae668cc8c
children
rev   line source
Chris@0 1 # Schema for the views plugins of the Comment module.
Chris@0 2
Chris@0 3 views.argument.argument_comment_user_uid:
Chris@0 4 type: views_argument
Chris@0 5 label: 'Commented user ID'
Chris@0 6
Chris@0 7 views.field.comment_depth:
Chris@0 8 type: views_field
Chris@0 9 label: 'Comment depth'
Chris@0 10
Chris@0 11 views.field.comment_entity_link:
Chris@0 12 type: views_field
Chris@0 13 label: 'Comment link'
Chris@0 14 mapping:
Chris@0 15 teaser:
Chris@0 16 type: boolean
Chris@0 17 label: 'Show teaser-style link'
Chris@0 18
Chris@0 19 views.field.comment_bulk_form:
Chris@0 20 type: views_field_bulk_form
Chris@0 21 label: 'Comment bulk form'
Chris@0 22
Chris@0 23 views.field.commented_entity:
Chris@0 24 type: views.field.field
Chris@0 25 label: 'Commented entity'
Chris@0 26
Chris@0 27 views.field.comment_last_timestamp:
Chris@0 28 type: views.field.date
Chris@0 29 label: 'Last comment date'
Chris@0 30
Chris@0 31 views.field.comment_link_approve:
Chris@0 32 type: views.field.comment_link
Chris@0 33 label: 'Comment approve link'
Chris@0 34
Chris@0 35 views.field.comment_link_reply:
Chris@0 36 type: views.field.comment_link
Chris@0 37 label: 'Comment reply link'
Chris@0 38
Chris@0 39 views.field.node_new_comments:
Chris@0 40 type: views.field.numeric
Chris@0 41 label: 'Number of new comments'
Chris@0 42 mapping:
Chris@0 43 link_to_comment:
Chris@0 44 type: boolean
Chris@0 45 label: 'Link this field to new comments'
Chris@0 46
Chris@0 47 views.field.comment_ces_last_comment_name:
Chris@0 48 type: views_field
Chris@0 49 label: 'Name of last comment poster'
Chris@0 50
Chris@0 51 views.field.comment_ces_last_updated:
Chris@0 52 type: views_field
Chris@0 53 label: 'Newer of last comment / node updated'
Chris@0 54
Chris@0 55 views.filter.node_comment:
Chris@0 56 type: views.filter.in_operator
Chris@0 57 label: 'Comment node status'
Chris@0 58
Chris@0 59 views.filter.comment_ces_last_updated:
Chris@0 60 type: views.filter.date
Chris@0 61 label: 'Newer of last comment / node updated'
Chris@0 62
Chris@0 63 views.filter.comment_user_uid:
Chris@0 64 type: views_filter
Chris@0 65 label: 'Node user posted comment'
Chris@0 66
Chris@0 67 views.row.comment_rss:
Chris@0 68 type: views_row
Chris@0 69 label: 'Comment'
Chris@0 70 mapping:
Chris@0 71 view_mode:
Chris@0 72 type: string
Chris@0 73 label: 'Display type'
Chris@0 74
Chris@0 75 views.sort.comment_ces_last_comment_name:
Chris@0 76 type: views_sort
Chris@0 77 label: 'Last comment name'
Chris@0 78
Chris@0 79 views.sort.comment_ces_last_updated:
Chris@0 80 type: views.sort.date
Chris@0 81 label: 'Newer of last comment / entity updated'
Chris@0 82
Chris@0 83 views.sort.comment_thread:
Chris@0 84 type: views_sort
Chris@0 85 label: 'Thread'