views.view.aggregator_rss_feed.yml

Same filename and directory in other branches
  1. 8.9.x core/modules/aggregator/config/optional/views.view.aggregator_rss_feed.yml
core/modules/aggregator/config/optional/views.view.aggregator_rss_feed.yml

File

core/modules/aggregator/config/optional/views.view.aggregator_rss_feed.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - aggregator
  6. - user
  7. id: aggregator_rss_feed
  8. label: 'Aggregator RSS feed'
  9. module: aggregator
  10. description: ''
  11. tag: aggregator
  12. base_table: aggregator_item
  13. base_field: iid
  14. display:
  15. default:
  16. id: default
  17. display_title: Default
  18. display_plugin: default
  19. position: 0
  20. display_options:
  21. title: 'Aggregator RSS feed'
  22. fields:
  23. iid:
  24. id: iid
  25. table: aggregator_item
  26. field: iid
  27. relationship: none
  28. group_type: group
  29. admin_label: ''
  30. entity_type: aggregator_item
  31. entity_field: iid
  32. plugin_id: field
  33. label: 'Item ID'
  34. exclude: false
  35. alter:
  36. alter_text: false
  37. text: ''
  38. make_link: false
  39. path: ''
  40. absolute: false
  41. external: false
  42. replace_spaces: false
  43. path_case: none
  44. trim_whitespace: false
  45. alt: ''
  46. rel: ''
  47. link_class: ''
  48. prefix: ''
  49. suffix: ''
  50. target: ''
  51. nl2br: false
  52. max_length: 0
  53. word_boundary: true
  54. ellipsis: true
  55. more_link: false
  56. more_link_text: ''
  57. more_link_path: ''
  58. strip_tags: false
  59. trim: false
  60. preserve_tags: ''
  61. html: false
  62. element_type: ''
  63. element_class: ''
  64. element_label_type: ''
  65. element_label_class: ''
  66. element_label_colon: true
  67. element_wrapper_type: ''
  68. element_wrapper_class: ''
  69. element_default_classes: true
  70. empty: ''
  71. hide_empty: false
  72. empty_zero: false
  73. hide_alter_empty: true
  74. type: number_integer
  75. pager:
  76. type: full
  77. options:
  78. offset: 0
  79. items_per_page: 10
  80. total_pages: 0
  81. id: 0
  82. tags:
  83. next: 'Next ›'
  84. previous: '‹ Previous'
  85. first: '« First'
  86. last: 'Last »'
  87. expose:
  88. items_per_page: false
  89. items_per_page_label: 'Items per page'
  90. items_per_page_options: '5, 10, 25, 50'
  91. items_per_page_options_all: false
  92. items_per_page_options_all_label: '- All -'
  93. offset: false
  94. offset_label: Offset
  95. quantity: 9
  96. exposed_form:
  97. type: basic
  98. options:
  99. submit_button: Apply
  100. reset_button: false
  101. reset_button_label: Reset
  102. exposed_sorts_label: 'Sort by'
  103. expose_sort_order: true
  104. sort_asc_label: Asc
  105. sort_desc_label: Desc
  106. access:
  107. type: perm
  108. options:
  109. perm: 'access news feeds'
  110. cache:
  111. type: tag
  112. options: { }
  113. empty: { }
  114. sorts: { }
  115. arguments: { }
  116. filters: { }
  117. style:
  118. type: default
  119. row:
  120. type: 'entity:aggregator_item'
  121. query:
  122. type: views_query
  123. options:
  124. query_comment: ''
  125. disable_sql_rewrite: false
  126. distinct: false
  127. replica: false
  128. query_tags: { }
  129. relationships: { }
  130. header: { }
  131. footer: { }
  132. display_extenders: { }
  133. cache_metadata:
  134. max-age: -1
  135. contexts:
  136. - 'languages:language_content'
  137. - 'languages:language_interface'
  138. - url.query_args
  139. - user.permissions
  140. tags: { }
  141. cacheable: false
  142. feed_items:
  143. id: feed_items
  144. display_title: Feed
  145. display_plugin: feed
  146. position: 1
  147. display_options:
  148. defaults:
  149. arguments: true
  150. display_description: ''
  151. display_extenders: { }
  152. path: aggregator/rss
  153. cache_metadata:
  154. max-age: -1
  155. contexts:
  156. - 'languages:language_content'
  157. - 'languages:language_interface'
  158. - user.permissions
  159. tags: { }
  160. cacheable: false

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.