Same filename and directory in other branches
  1. 8.9.x core/modules/comment/config/schema/comment.views.schema.yml
  2. 9 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. mapping:
  28. text:
  29. type: label
  30. label: 'Text to display'
  31. views.field.comment_link_reply:
  32. type: views.field.comment_link
  33. label: 'Comment reply link'
  34. views.field.node_new_comments:
  35. type: views.field.numeric
  36. label: 'Number of new comments'
  37. mapping:
  38. link_to_comment:
  39. type: boolean
  40. label: 'Link this field to new comments'
  41. views.field.comment_ces_last_comment_name:
  42. type: views_field
  43. label: 'Name of last comment poster'
  44. views.field.comment_ces_last_updated:
  45. type: views_field
  46. label: 'Newer of last comment / node updated'
  47. views.filter.node_comment:
  48. type: views.filter.in_operator
  49. label: 'Comment node status'
  50. views.filter.comment_ces_last_updated:
  51. type: views.filter.date
  52. label: 'Newer of last comment / node updated'
  53. views.filter.comment_user_uid:
  54. type: views_filter
  55. label: 'Node user posted comment'
  56. views.row.comment_rss:
  57. type: views_row
  58. label: 'Comment'
  59. mapping:
  60. view_mode:
  61. type: string
  62. label: 'Display type'
  63. views.sort.comment_ces_last_comment_name:
  64. type: views_sort
  65. label: 'Last comment name'
  66. views.sort.comment_ces_last_updated:
  67. type: views.sort.date
  68. label: 'Newer of last comment / entity updated'
  69. views.sort.comment_thread:
  70. type: views_sort
  71. label: 'Thread'