views.view.comments_recent.yml

drupal/core/modules/views/config/views.view.comments_recent.yml

File

drupal/core/modules/views/config/views.view.comments_recent.yml
View source
  1. disabled: true
  2. api_version: '3.0'
  3. module: comment
  4. name: comments_recent
  5. description: 'Contains a block and a page to list recent comments; the block will automatically link to the page, which displays the comment body as well as a link to the node.'
  6. tag: default
  7. base_table: comment
  8. human_name: 'Recent comments'
  9. core: '8'
  10. display:
  11. default:
  12. id: default
  13. display_title: Master
  14. display_plugin: default
  15. position: '1'
  16. display_options:
  17. query:
  18. type: views_query
  19. options:
  20. query_comment: false
  21. title: 'Recent comments'
  22. use_more: true
  23. access:
  24. type: none
  25. cache:
  26. type: none
  27. exposed_form:
  28. type: basic
  29. pager:
  30. type: some
  31. options:
  32. items_per_page: 5
  33. relationships:
  34. nid:
  35. id: nid
  36. table: comment
  37. field: nid
  38. fields:
  39. subject:
  40. id: subject
  41. table: comment
  42. field: subject
  43. label: ''
  44. link_to_comment: 1
  45. timestamp:
  46. id: timestamp
  47. table: comment
  48. field: changed
  49. label: ''
  50. date_format: 'time ago'
  51. sorts:
  52. timestamp:
  53. id: timestamp
  54. table: comment
  55. field: changed
  56. order: DESC
  57. filters:
  58. status_extra:
  59. id: status_extra
  60. table: node
  61. field: status_extra
  62. relationship: nid
  63. group: 0
  64. style:
  65. type: html_list
  66. row:
  67. type: fields
  68. page_1:
  69. id: page_1
  70. display_title: Page
  71. display_plugin: page
  72. position: '2'
  73. display_options:
  74. query:
  75. type: views_query
  76. options: { }
  77. defaults:
  78. style_plugin: false
  79. style_options: false
  80. row_plugin: false
  81. row_options: false
  82. fields: false
  83. fields:
  84. title:
  85. id: title
  86. table: node
  87. field: title
  88. relationship: nid
  89. label: 'Reply to'
  90. link_to_node: 1
  91. timestamp:
  92. id: timestamp
  93. table: comment
  94. field: changed
  95. label: ''
  96. date_format: 'time ago'
  97. subject:
  98. id: subject
  99. table: comment
  100. field: subject
  101. label: ''
  102. link_to_comment: 1
  103. comment:
  104. id: comment
  105. table: field_data_comment_body
  106. field: comment_body
  107. label: ''
  108. path: comments/recent
  109. style:
  110. type: html_list
  111. row:
  112. type: fields
  113. options:
  114. inline:
  115. title: title
  116. timestamp: timestamp
  117. separator: ' '
  118. block_1:
  119. id: block_1
  120. display_title: Block
  121. display_plugin: block
  122. position: '3'
  123. display_options:
  124. query:
  125. type: views_query
  126. options: { }