You are here

views.view.tracker.yml in Views (for Drupal 7) 8.3

config/views.view.tracker.yml

File

config/views.view.tracker.yml
View source
  1. disabled: true
  2. api_version: '3.0'
  3. module: node
  4. name: tracker
  5. description: 'Shows all new activity on system.'
  6. tag: default
  7. base_table: node
  8. human_name: Tracker
  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 posts'
  22. access:
  23. type: none
  24. cache:
  25. type: none
  26. exposed_form:
  27. type: basic
  28. pager:
  29. type: full
  30. options:
  31. items_per_page: '25'
  32. relationships:
  33. uid:
  34. id: uid
  35. table: node
  36. field: uid
  37. fields:
  38. type:
  39. id: type
  40. table: node
  41. field: type
  42. title:
  43. id: title
  44. table: node
  45. field: title
  46. name:
  47. id: name
  48. table: users
  49. field: name
  50. relationship: uid
  51. label: Author
  52. comment_count:
  53. id: comment_count
  54. table: node_comment_statistics
  55. field: comment_count
  56. label: Replies
  57. last_comment_timestamp:
  58. id: last_comment_timestamp
  59. table: node_comment_statistics
  60. field: last_comment_timestamp
  61. label: 'Last Post'
  62. timestamp:
  63. id: timestamp
  64. table: history
  65. field: timestamp
  66. label: ''
  67. link_to_node: 0
  68. comments: 1
  69. new_comments:
  70. id: new_comments
  71. table: node
  72. field: new_comments
  73. label: ''
  74. hide_empty: true
  75. suffix: ' new'
  76. link_to_comment: 1
  77. sorts:
  78. last_comment_timestamp:
  79. id: last_comment_timestamp
  80. table: node_comment_statistics
  81. field: last_comment_timestamp
  82. arguments:
  83. uid_touch:
  84. id: uid_touch
  85. table: node
  86. field: uid_touch
  87. exception:
  88. title_enable: 1
  89. title_enable: 1
  90. title: 'Recent posts for %1'
  91. default_argument_type: fixed
  92. summary:
  93. format: default_summary
  94. specify_validation: 1
  95. filters:
  96. status:
  97. id: status
  98. table: node
  99. field: status
  100. value: '1'
  101. group: 0
  102. expose:
  103. operator: false
  104. style:
  105. type: table
  106. options:
  107. columns:
  108. type: type
  109. title: title
  110. name: name
  111. comment_count: comment_count
  112. last_comment_timestamp: last_comment_timestamp
  113. timestamp: title
  114. new_comments: comment_count
  115. default: last_comment_timestamp
  116. info:
  117. type:
  118. sortable: 1
  119. separator: ''
  120. title:
  121. sortable: 1
  122. separator: ' '
  123. name:
  124. sortable: 1
  125. separator: ''
  126. comment_count:
  127. sortable: 1
  128. separator: '<br />'
  129. last_comment_timestamp:
  130. sortable: 1
  131. separator: '&nbsp;'
  132. timestamp:
  133. separator: ''
  134. new_comments:
  135. separator: ''
  136. override: 1
  137. order: desc
  138. page_1:
  139. id: page_1
  140. display_title: Page
  141. display_plugin: page
  142. position: '2'
  143. display_options:
  144. query:
  145. type: views_query
  146. options: { }
  147. path: tracker
  148. menu:
  149. type: normal
  150. title: 'Recent posts'