You are here

comment.views.schema.yml in Drupal 9

Same filename and directory in other branches
  1. 8 core/modules/comment/config/schema/comment.views.schema.yml
core/modules/comment/config/schema/comment.views.schema.yml

File

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