Chris@0: # Schema for the views plugins of the Comment module. Chris@0: Chris@0: views.argument.argument_comment_user_uid: Chris@0: type: views_argument Chris@0: label: 'Commented user ID' Chris@0: Chris@0: views.field.comment_depth: Chris@0: type: views_field Chris@0: label: 'Comment depth' Chris@0: Chris@0: views.field.comment_entity_link: Chris@0: type: views_field Chris@0: label: 'Comment link' Chris@0: mapping: Chris@0: teaser: Chris@0: type: boolean Chris@0: label: 'Show teaser-style link' Chris@0: Chris@0: views.field.comment_bulk_form: Chris@0: type: views_field_bulk_form Chris@0: label: 'Comment bulk form' Chris@0: Chris@0: views.field.commented_entity: Chris@0: type: views.field.field Chris@0: label: 'Commented entity' Chris@0: Chris@0: views.field.comment_last_timestamp: Chris@0: type: views.field.date Chris@0: label: 'Last comment date' Chris@0: Chris@0: views.field.comment_link_approve: Chris@0: type: views.field.comment_link Chris@0: label: 'Comment approve link' Chris@0: Chris@0: views.field.comment_link_reply: Chris@0: type: views.field.comment_link Chris@0: label: 'Comment reply link' Chris@0: Chris@0: views.field.node_new_comments: Chris@0: type: views.field.numeric Chris@0: label: 'Number of new comments' Chris@0: mapping: Chris@0: link_to_comment: Chris@0: type: boolean Chris@0: label: 'Link this field to new comments' Chris@0: Chris@0: views.field.comment_ces_last_comment_name: Chris@0: type: views_field Chris@0: label: 'Name of last comment poster' Chris@0: Chris@0: views.field.comment_ces_last_updated: Chris@0: type: views_field Chris@0: label: 'Newer of last comment / node updated' Chris@0: Chris@0: views.filter.node_comment: Chris@0: type: views.filter.in_operator Chris@0: label: 'Comment node status' Chris@0: Chris@0: views.filter.comment_ces_last_updated: Chris@0: type: views.filter.date Chris@0: label: 'Newer of last comment / node updated' Chris@0: Chris@0: views.filter.comment_user_uid: Chris@0: type: views_filter Chris@0: label: 'Node user posted comment' Chris@0: Chris@0: views.row.comment_rss: Chris@0: type: views_row Chris@0: label: 'Comment' Chris@0: mapping: Chris@0: view_mode: Chris@0: type: string Chris@0: label: 'Display type' Chris@0: Chris@0: views.sort.comment_ces_last_comment_name: Chris@0: type: views_sort Chris@0: label: 'Last comment name' Chris@0: Chris@0: views.sort.comment_ces_last_updated: Chris@0: type: views.sort.date Chris@0: label: 'Newer of last comment / entity updated' Chris@0: Chris@0: views.sort.comment_thread: Chris@0: type: views_sort Chris@0: label: 'Thread'