You are here

comment.views.schema.yml in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 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_last_timestamp:
  16. type: views.field.date
  17. label: 'Last comment date'
  18. views.field.comment_link_approve:
  19. type: views.field.comment_link
  20. label: 'Comment approve link'
  21. views.field.comment_link_reply:
  22. type: views.field.comment_link
  23. label: 'Comment reply link'
  24. views.field.node_new_comments:
  25. type: views.field.numeric
  26. label: 'Number of new comments'
  27. mapping:
  28. link_to_comment:
  29. type: boolean
  30. label: 'Link this field to new comments'
  31. views.field.comment_ces_last_comment_name:
  32. type: views_field
  33. label: 'Name of last comment poster'
  34. views.field.comment_ces_last_updated:
  35. type: views_field
  36. label: 'Newer of last comment / node updated'
  37. views.filter.node_comment:
  38. type: views.filter.in_operator
  39. label: 'Comment node status'
  40. views.filter.comment_ces_last_updated:
  41. type: views.filter.date
  42. label: 'Newer of last comment / node updated'
  43. views.filter.comment_user_uid:
  44. type: views_filter
  45. label: 'Node user posted comment'
  46. views.row.comment_rss:
  47. type: views_row
  48. label: 'Comment'
  49. mapping:
  50. view_mode:
  51. type: string
  52. label: 'Display type'
  53. views.sort.comment_ces_last_comment_name:
  54. type: views_sort
  55. label: 'Last comment name'
  56. views.sort.comment_ces_last_updated:
  57. type: views.sort.date
  58. label: 'Newer of last comment / entity updated'
  59. views.sort.comment_thread:
  60. type: views_sort
  61. label: 'Thread'