views.view.latest_topics.yml in Open Social 10.3.x
Same filename and directory in other branches
- 8.9 modules/social_features/social_topic/config/install/views.view.latest_topics.yml
 - 8 modules/social_features/social_topic/config/install/views.view.latest_topics.yml
 - 8.2 modules/social_features/social_topic/config/install/views.view.latest_topics.yml
 - 8.3 modules/social_features/social_topic/config/install/views.view.latest_topics.yml
 - 8.4 modules/social_features/social_topic/config/install/views.view.latest_topics.yml
 - 8.5 modules/social_features/social_topic/config/install/views.view.latest_topics.yml
 - 8.6 modules/social_features/social_topic/config/install/views.view.latest_topics.yml
 - 8.7 modules/social_features/social_topic/config/install/views.view.latest_topics.yml
 - 8.8 modules/social_features/social_topic/config/install/views.view.latest_topics.yml
 - 10.0.x modules/social_features/social_topic/config/install/views.view.latest_topics.yml
 - 10.1.x modules/social_features/social_topic/config/install/views.view.latest_topics.yml
 - 10.2.x modules/social_features/social_topic/config/install/views.view.latest_topics.yml
 
  modules/social_features/social_topic/config/install/views.view.latest_topics.yml
1 string reference to 'views.view.latest_topics'
- SocialTaggingOverrides::shouldApplyOverrides in modules/
social_features/ social_tagging/ src/ SocialTaggingOverrides.php  - Whether this config override should apply to the provided configurations.
 
File
modules/social_features/social_topic/config/install/views.view.latest_topics.ymlView source
- langcode: en
 - status: true
 - dependencies:
 -   config:
 -     - core.entity_view_mode.node.small_teaser
 -     - core.entity_view_mode.node.teaser
 -     - node.type.topic
 -     - taxonomy.vocabulary.topic_types
 -   module:
 -     - group
 -     - node
 -     - taxonomy
 -     - user
 - id: latest_topics
 - label: 'Latest topics'
 - module: views
 - description: 'Displays the newest topics in the community'
 - tag: ''
 - base_table: node_field_data
 - base_field: nid
 - display:
 -   default:
 -     display_plugin: default
 -     id: default
 -     display_title: Master
 -     position: 0
 -     display_options:
 -       access:
 -         type: perm
 -         options:
 -           perm: 'access content'
 -       cache:
 -         type: tag
 -         options: {  }
 -       query:
 -         type: views_query
 -         options:
 -           disable_sql_rewrite: false
 -           distinct: true
 -           replica: false
 -           query_comment: ''
 -           query_tags: {  }
 -       exposed_form:
 -         type: basic
 -         options:
 -           submit_button: Apply
 -           reset_button: true
 -           reset_button_label: Reset
 -           exposed_sorts_label: 'Sort by'
 -           expose_sort_order: true
 -           sort_asc_label: ascending
 -           sort_desc_label: descending
 -       pager:
 -         type: some
 -         options:
 -           items_per_page: 2
 -           offset: 0
 -       style:
 -         type: default
 -       row:
 -         type: 'entity:node'
 -         options:
 -           relationship: none
 -           view_mode: small_teaser
 -       fields:
 -         title:
 -           id: title
 -           table: node_field_data
 -           field: title
 -           entity_type: node
 -           entity_field: title
 -           label: ''
 -           alter:
 -             alter_text: false
 -             make_link: false
 -             absolute: false
 -             trim: false
 -             word_boundary: false
 -             ellipsis: false
 -             strip_tags: false
 -             html: false
 -           hide_empty: false
 -           empty_zero: false
 -           settings:
 -             link_to_entity: true
 -           plugin_id: field
 -           relationship: none
 -           group_type: group
 -           admin_label: ''
 -           exclude: false
 -           element_type: ''
 -           element_class: ''
 -           element_label_type: ''
 -           element_label_class: ''
 -           element_label_colon: true
 -           element_wrapper_type: ''
 -           element_wrapper_class: ''
 -           element_default_classes: true
 -           empty: ''
 -           hide_alter_empty: true
 -           click_sort_column: value
 -           type: string
 -           group_column: value
 -           group_columns: {  }
 -           group_rows: true
 -           delta_limit: 0
 -           delta_offset: 0
 -           delta_reversed: false
 -           delta_first_last: false
 -           multi_type: separator
 -           separator: ', '
 -           field_api_classes: false
 -       filters:
 -         status:
 -           value: '1'
 -           table: node_field_data
 -           field: status
 -           plugin_id: boolean
 -           entity_type: node
 -           entity_field: status
 -           id: status
 -           expose:
 -             operator: ''
 -             operator_limit_selection: false
 -             operator_list: {  }
 -           group: 1
 -         type:
 -           id: type
 -           table: node_field_data
 -           field: type
 -           value:
 -             topic: topic
 -           entity_type: node
 -           entity_field: type
 -           plugin_id: bundle
 -           expose:
 -             operator_limit_selection: false
 -             operator_list: {  }
 -         nid:
 -           id: nid
 -           table: node_access
 -           field: nid
 -           relationship: none
 -           group_type: group
 -           admin_label: ''
 -           operator: '='
 -           value: ''
 -           group: 1
 -           exposed: false
 -           expose:
 -             operator_id: ''
 -             label: ''
 -             description: ''
 -             use_operator: false
 -             operator: ''
 -             identifier: ''
 -             required: false
 -             remember: false
 -             multiple: false
 -             remember_roles:
 -               authenticated: authenticated
 -             operator_limit_selection: false
 -             operator_list: {  }
 -           is_grouped: false
 -           group_info:
 -             label: ''
 -             description: ''
 -             identifier: ''
 -             optional: true
 -             widget: select
 -             multiple: false
 -             remember: false
 -             default_group: All
 -             default_group_multiple: {  }
 -             group_items: {  }
 -           plugin_id: node_access
 -         default_langcode:
 -           admin_label: ''
 -           entity_field: default_langcode
 -           entity_type: node
 -           expose:
 -             description: ''
 -             identifier: ''
 -             label: ''
 -             multiple: false
 -             operator: ''
 -             operator_id: ''
 -             operator_limit_selection: false
 -             operator_list: {  }
 -             remember: false
 -             remember_roles:
 -               authenticated: authenticated
 -             required: false
 -             use_operator: false
 -           exposed: false
 -           field: default_langcode
 -           group: 1
 -           group_info:
 -             default_group: All
 -             default_group_multiple: {  }
 -             description: ''
 -             group_items: {  }
 -             identifier: ''
 -             label: ''
 -             multiple: false
 -             optional: true
 -             remember: false
 -             widget: select
 -           group_type: group
 -           id: default_langcode
 -           is_grouped: false
 -           operator: '='
 -           plugin_id: boolean
 -           relationship: none
 -           table: node_field_data
 -           value: '1'
 -       sorts:
 -         created:
 -           id: created
 -           table: node_field_data
 -           field: created
 -           order: DESC
 -           entity_type: node
 -           entity_field: created
 -           plugin_id: date
 -           relationship: none
 -           group_type: group
 -           admin_label: ''
 -           exposed: false
 -           expose:
 -             label: ''
 -           granularity: second
 -       title: 'All topics'
 -       header: {  }
 -       footer: {  }
 -       empty:
 -         area_text_custom:
 -           id: area_text_custom
 -           table: views
 -           field: area_text_custom
 -           relationship: none
 -           group_type: group
 -           admin_label: ''
 -           empty: true
 -           tokenize: false
 -           content: 'No topics found'
 -           plugin_id: text_custom
 -       relationships: {  }
 -       arguments: {  }
 -       display_extenders: {  }
 -     cache_metadata:
 -       max-age: -1
 -       contexts:
 -         - 'languages:language_content'
 -         - 'languages:language_interface'
 -         - 'user.node_grants:view'
 -         - user.permissions
 -       tags: {  }
 -   block_latest_topics:
 -     display_plugin: block
 -     id: block_latest_topics
 -     display_title: 'Latest topics block'
 -     position: 1
 -     display_options:
 -       display_extenders: {  }
 -       display_description: ''
 -       block_description: 'Latest topic block'
 -       title: 'Newest topics'
 -       defaults:
 -         title: false
 -         use_more: false
 -         use_more_always: false
 -         use_more_text: false
 -       use_more: true
 -       use_more_always: true
 -       use_more_text: 'All topics'
 -       rendering_language: '***LANGUAGE_language_interface***'
 -     cache_metadata:
 -       max-age: -1
 -       contexts:
 -         - 'languages:language_content'
 -         - 'languages:language_interface'
 -         - 'user.node_grants:view'
 -         - user.permissions
 -       tags: {  }
 -   group_topics_block:
 -     display_plugin: block
 -     id: group_topics_block
 -     display_title: 'Latest topics group'
 -     position: 3
 -     display_options:
 -       display_extenders: {  }
 -       display_description: ''
 -       block_description: 'Latest group topics'
 -       empty:
 -         area_text_custom:
 -           id: area_text_custom
 -           table: views
 -           field: area_text_custom
 -           relationship: none
 -           group_type: group
 -           admin_label: ''
 -           empty: true
 -           tokenize: false
 -           content: 'No topics in this group'
 -           plugin_id: text_custom
 -       defaults:
 -         empty: false
 -         relationships: false
 -         arguments: false
 -         access: false
 -         title: false
 -         use_more: false
 -         use_more_always: false
 -         use_more_text: false
 -       relationships:
 -         group_content:
 -           id: group_content
 -           table: node_field_data
 -           field: group_content
 -           relationship: none
 -           group_type: group
 -           admin_label: 'Content group content'
 -           required: true
 -           group_content_plugins:
 -             'group_node:topic': 'group_node:topic'
 -             'group_node:event': '0'
 -           entity_type: node
 -           plugin_id: group_content_to_entity_reverse
 -       arguments:
 -         gid:
 -           id: gid
 -           table: group_content_field_data
 -           field: gid
 -           relationship: group_content
 -           group_type: group
 -           admin_label: ''
 -           default_action: default
 -           exception:
 -             value: all
 -             title_enable: false
 -             title: All
 -           title_enable: false
 -           title: ''
 -           default_argument_type: group_id_from_url
 -           default_argument_options: {  }
 -           default_argument_skip_url: false
 -           summary_options:
 -             base_path: ''
 -             count: true
 -             items_per_page: 25
 -             override: false
 -           summary:
 -             sort_order: asc
 -             number_of_records: 0
 -             format: default_summary
 -           specify_validation: false
 -           validate:
 -             type: none
 -             fail: 'not found'
 -           validate_options: {  }
 -           break_phrase: false
 -           not: false
 -           entity_type: group_content
 -           entity_field: gid
 -           plugin_id: numeric
 -       access:
 -         type: perm
 -         options:
 -           perm: 'access content'
 -       title: 'Newest topics'
 -       use_more: true
 -       use_more_always: true
 -       use_more_text: 'All topics'
 -       rendering_language: '***LANGUAGE_language_interface***'
 -     cache_metadata:
 -       max-age: -1
 -       contexts:
 -         - 'languages:language_content'
 -         - 'languages:language_interface'
 -         - route
 -         - url
 -         - 'user.node_grants:view'
 -         - user.permissions
 -       tags: {  }
 -   page_latest_topics:
 -     display_plugin: page
 -     id: page_latest_topics
 -     display_title: 'Latest topics page'
 -     position: 2
 -     display_options:
 -       display_extenders: {  }
 -       display_description: ''
 -       style:
 -         type: default
 -         options: {  }
 -       defaults:
 -         style: false
 -         row: false
 -         pager: false
 -         filters: false
 -         filter_groups: false
 -         sorts: false
 -       row:
 -         type: 'entity:node'
 -         options:
 -           relationship: none
 -           view_mode: teaser
 -       pager:
 -         type: full
 -         options:
 -           items_per_page: 10
 -           offset: 0
 -           id: 0
 -           total_pages: null
 -           tags:
 -             previous: '‹ Previous'
 -             next: 'Next ›'
 -             first: '« First'
 -             last: 'Last »'
 -           expose:
 -             items_per_page: false
 -             items_per_page_label: 'Items per page'
 -             items_per_page_options: '5, 10, 25, 50'
 -             items_per_page_options_all: false
 -             items_per_page_options_all_label: '- All -'
 -             offset: false
 -             offset_label: Offset
 -           quantity: 9
 -       path: all-topics
 -       filters:
 -         status:
 -           value: '1'
 -           table: node_field_data
 -           field: status
 -           plugin_id: boolean
 -           entity_type: node
 -           entity_field: status
 -           id: status
 -           expose:
 -             operator: ''
 -             operator_limit_selection: false
 -             operator_list: {  }
 -           group: 1
 -         type:
 -           id: type
 -           table: node_field_data
 -           field: type
 -           value:
 -             topic: topic
 -           entity_type: node
 -           entity_field: type
 -           plugin_id: bundle
 -           expose:
 -             operator_limit_selection: false
 -             operator_list: {  }
 -         field_topic_type_target_id:
 -           id: field_topic_type_target_id
 -           table: node__field_topic_type
 -           field: field_topic_type_target_id
 -           relationship: none
 -           group_type: group
 -           admin_label: field_topic_type_expose_filter
 -           operator: or
 -           value: {  }
 -           group: 1
 -           exposed: true
 -           expose:
 -             operator_id: field_topic_type_target_id_op
 -             label: 'is the type of'
 -             description: ''
 -             use_operator: false
 -             operator: field_topic_type_target_id_op
 -             identifier: field_topic_type_target_id
 -             required: false
 -             remember: false
 -             multiple: false
 -             remember_roles:
 -               authenticated: authenticated
 -               anonymous: '0'
 -               administrator: '0'
 -             reduce: false
 -             operator_limit_selection: false
 -             operator_list: {  }
 -           is_grouped: false
 -           group_info:
 -             label: ''
 -             description: ''
 -             identifier: ''
 -             optional: true
 -             widget: select
 -             multiple: false
 -             remember: false
 -             default_group: All
 -             default_group_multiple: {  }
 -             group_items: {  }
 -           reduce_duplicates: false
 -           type: select
 -           limit: true
 -           vid: topic_types
 -           hierarchy: false
 -           error_message: true
 -           plugin_id: taxonomy_index_tid
 -         nid:
 -           id: nid
 -           table: node_access
 -           field: nid
 -           relationship: none
 -           group_type: group
 -           admin_label: ''
 -           operator: '='
 -           value: ''
 -           group: 1
 -           exposed: false
 -           expose:
 -             operator_id: ''
 -             label: ''
 -             description: ''
 -             use_operator: false
 -             operator: ''
 -             identifier: ''
 -             required: false
 -             remember: false
 -             multiple: false
 -             remember_roles:
 -               authenticated: authenticated
 -             operator_limit_selection: false
 -             operator_list: {  }
 -           is_grouped: false
 -           group_info:
 -             label: ''
 -             description: ''
 -             identifier: ''
 -             optional: true
 -             widget: select
 -             multiple: false
 -             remember: false
 -             default_group: All
 -             default_group_multiple: {  }
 -             group_items: {  }
 -           plugin_id: node_access
 -         default_langcode:
 -           admin_label: ''
 -           entity_field: default_langcode
 -           entity_type: node
 -           expose:
 -             description: ''
 -             identifier: ''
 -             label: ''
 -             multiple: false
 -             operator: ''
 -             operator_id: ''
 -             operator_limit_selection: false
 -             operator_list: {  }
 -             remember: false
 -             remember_roles:
 -               authenticated: authenticated
 -             required: false
 -             use_operator: false
 -           exposed: false
 -           field: default_langcode
 -           group: 1
 -           group_info:
 -             default_group: All
 -             default_group_multiple: {  }
 -             description: ''
 -             group_items: {  }
 -             identifier: ''
 -             label: ''
 -             multiple: false
 -             optional: true
 -             remember: false
 -             widget: select
 -           group_type: group
 -           id: default_langcode
 -           is_grouped: false
 -           operator: '='
 -           plugin_id: boolean
 -           relationship: none
 -           table: node_field_data
 -           value: '1'
 -       filter_groups:
 -         operator: AND
 -         groups:
 -           1: AND
 -       exposed_block: true
 -       sorts:
 -         created:
 -           id: created
 -           table: node_field_data
 -           field: created
 -           relationship: none
 -           group_type: group
 -           admin_label: ''
 -           order: DESC
 -           exposed: true
 -           expose:
 -             label: 'Sort by publish date'
 -           granularity: second
 -           entity_type: node
 -           entity_field: created
 -           plugin_id: date
 -       rendering_language: '***LANGUAGE_language_interface***'
 -     cache_metadata:
 -       max-age: -1
 -       contexts:
 -         - 'languages:language_content'
 -         - 'languages:language_interface'
 -         - url
 -         - url.query_args
 -         - 'url.query_args:sort_by'
 -         - 'url.query_args:sort_order'
 -         - user
 -         - 'user.node_grants:view'
 -         - user.permissions
 -       tags: {  }