diff --git a/core/modules/forum/config/optional/views.view.forum_forums.yml b/core/modules/forum/config/optional/views.view.forum_forums.yml index 9cc7b7e..a468e02 100644 --- a/core/modules/forum/config/optional/views.view.forum_forums.yml +++ b/core/modules/forum/config/optional/views.view.forum_forums.yml @@ -1,61 +1,78 @@ +uuid: d6783039-0fcb-4a96-99a5-796b62a626df +langcode: en +status: true +dependencies: + config: + - taxonomy.vocabulary.forums + module: + - node + - taxonomy + - text + - user +id: forum_forums +label: 'Forum Overview' +module: views +description: 'Provides a list of forums' +tag: '' +base_table: taxonomy_term_field_data base_field: tid -base_table: taxonomy_term_data core: 8.x -description: 'Provides a list of forums' -status: true display: default: display_plugin: default id: default display_title: Master - position: 1 - provider: views + position: 0 display_options: access: type: perm options: perm: 'access content' - provider: user cache: - type: none + type: tag options: { } - provider: views query: type: views_query options: disable_sql_rewrite: false distinct: false - slave: false - query_comment: false + replica: false + query_comment: '' query_tags: { } - provider: views exposed_form: type: basic options: - submit_button: Apply + submit_button: Filter reset_button: false reset_button_label: Reset exposed_sorts_label: 'Sort by' expose_sort_order: true sort_asc_label: Asc sort_desc_label: Desc - provider: views pager: - type: none + type: mini options: - items_per_page: 0 + items_per_page: 10 offset: 0 + id: 0 + total_pages: null + 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 + tags: + previous: ‹‹ + next: ›› style: type: table options: - grouping: - - - field: description__value_1 - rendered: true - rendered_strip: false + grouping: { } row_class: '' default_row_class: true - row_class_special: true override: true sticky: false caption: '' @@ -64,7 +81,7 @@ display: columns: tid: tid tid_1: tid_1 - name: description__value + name: name description__value: description__value name_1: name_1 description__value_1: description__value_1 @@ -77,17 +94,17 @@ display: default_sort_order: asc align: '' separator: '' - empty_column: true + empty_column: false responsive: '' tid_1: sortable: false default_sort_order: asc align: '' separator: '' - empty_column: true + empty_column: false responsive: '' name: - sortable: true + sortable: false default_sort_order: asc align: '' separator: '' @@ -103,7 +120,7 @@ display: default_sort_order: asc align: '' separator: '' - empty_column: true + empty_column: false responsive: '' description__value_1: align: '' @@ -135,10 +152,15 @@ display: empty_table: false row: type: fields + options: + inline: { } + separator: '' + hide_empty: false + default_field_elements: true fields: tid: id: tid - table: taxonomy_term_data + table: taxonomy_term_field_data field: tid relationship: none group_type: group @@ -162,7 +184,7 @@ display: suffix: '' target: '' nl2br: false - max_length: '' + max_length: 0 word_boundary: true ellipsis: true more_link: false @@ -184,20 +206,27 @@ display: hide_empty: false empty_zero: false hide_alter_empty: true - set_precision: false - precision: 0 - decimal: . - separator: '' - format_plural: false - format_plural_singular: '1' - format_plural_plural: '@count' - prefix: '' - suffix: '' - plugin_id: numeric - provider: views + click_sort_column: value + type: number_integer + settings: + thousand_separator: '' + prefix_suffix: true + 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 + entity_type: taxonomy_term + entity_field: tid + plugin_id: field tid_1: id: tid_1 - table: taxonomy_term_data + table: taxonomy_term_field_data field: tid relationship: parent group_type: group @@ -221,7 +250,7 @@ display: suffix: '' target: '' nl2br: false - max_length: '' + max_length: 0 word_boundary: true ellipsis: true more_link: false @@ -235,7 +264,7 @@ display: element_class: '' element_label_type: '' element_label_class: '' - element_label_colon: true + element_label_colon: false element_wrapper_type: '' element_wrapper_class: '' element_default_classes: true @@ -243,20 +272,27 @@ display: hide_empty: false empty_zero: false hide_alter_empty: true - set_precision: false - precision: 0 - decimal: . - separator: '' - format_plural: false - format_plural_singular: '1' - format_plural_plural: '@count' - prefix: '' - suffix: '' - plugin_id: numeric - provider: views + click_sort_column: value + type: number_integer + settings: + thousand_separator: '' + prefix_suffix: false + 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 + entity_type: taxonomy_term + entity_field: tid + plugin_id: field name: id: name - table: taxonomy_term_data + table: taxonomy_term_field_data field: name relationship: none group_type: group @@ -280,7 +316,7 @@ display: suffix: '' target: '' nl2br: false - max_length: '' + max_length: 0 word_boundary: false ellipsis: false more_link: false @@ -302,12 +338,27 @@ display: hide_empty: false empty_zero: false hide_alter_empty: true - link_to_taxonomy: 0 - convert_spaces: 0 - provider: taxonomy + click_sort_column: value + type: string + settings: + link_to_entity: true + 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 + convert_spaces: false + entity_type: taxonomy_term + entity_field: name + plugin_id: term_name description__value: id: description__value - table: taxonomy_term_data + table: taxonomy_term_field_data field: description__value relationship: none group_type: group @@ -316,7 +367,7 @@ display: exclude: false alter: alter_text: true - text: "[name]\n[description__value]" + text: "{{ name }}\n{{ description__value }}" make_link: false path: '' absolute: false @@ -330,8 +381,8 @@ display: prefix: '' suffix: '' target: '' - nl2br: false - max_length: '' + nl2br: true + max_length: 0 word_boundary: true ellipsis: true more_link: false @@ -345,7 +396,7 @@ display: element_class: '' element_label_type: '' element_label_class: '' - element_label_colon: false + element_label_colon: true element_wrapper_type: '' element_wrapper_class: '' element_default_classes: true @@ -353,22 +404,36 @@ display: hide_empty: false empty_zero: false hide_alter_empty: true - plugin_id: markup - provider: views + click_sort_column: value + type: text_default + settings: { } + 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 + entity_type: taxonomy_term + entity_field: description + plugin_id: field name_1: id: name_1 - table: taxonomy_term_data + table: taxonomy_term_field_data field: name - relationship: parent + relationship: none group_type: group admin_label: '' label: '' - exclude: true + exclude: false alter: alter_text: false text: '' make_link: true - path: 'forum/[tid_1]' + path: 'forum/{{ tid_1 }}' absolute: false external: false replace_spaces: false @@ -381,7 +446,7 @@ display: suffix: '' target: '' nl2br: false - max_length: '' + max_length: 0 word_boundary: true ellipsis: true more_link: false @@ -403,13 +468,27 @@ display: hide_empty: false empty_zero: false hide_alter_empty: true - link_to_taxonomy: false + click_sort_column: value + type: string + settings: + link_to_entity: false + 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 convert_spaces: false - plugin_id: taxonomy - provider: taxonomy + entity_type: taxonomy_term + entity_field: name + plugin_id: term_name description__value_1: id: description__value_1 - table: taxonomy_term_data + table: taxonomy_term_field_data field: description__value relationship: parent group_type: group @@ -418,7 +497,7 @@ display: exclude: false alter: alter_text: true - text: "[name_1]\n[description__value_1]" + text: "{{ name_1 }}\n{{ description__value_1 }}" make_link: false path: '' absolute: false @@ -432,8 +511,8 @@ display: prefix: '' suffix: '' target: '' - nl2br: false - max_length: '' + nl2br: true + max_length: 0 word_boundary: true ellipsis: true more_link: false @@ -447,7 +526,7 @@ display: element_class: '' element_label_type: '' element_label_class: '' - element_label_colon: false + element_label_colon: true element_wrapper_type: '' element_wrapper_class: '' element_default_classes: true @@ -455,13 +534,27 @@ display: hide_empty: false empty_zero: false hide_alter_empty: true - plugin_id: markup - provider: views + click_sort_column: value + type: text_default + settings: { } + 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 + entity_type: taxonomy_term + entity_field: description + plugin_id: field nid: id: nid - table: node + table: node_field_data field: nid - relationship: reverse_taxonomy_forums_node + relationship: reverse__node__taxonomy_forums group_type: count admin_label: '' label: Topics @@ -483,7 +576,7 @@ display: suffix: '' target: '' nl2br: false - max_length: '' + max_length: 0 word_boundary: true ellipsis: true more_link: false @@ -497,7 +590,7 @@ display: element_class: '' element_label_type: '' element_label_class: '' - element_label_colon: true + element_label_colon: false element_wrapper_type: '' element_wrapper_class: '' element_default_classes: true @@ -505,23 +598,29 @@ display: hide_empty: false empty_zero: false hide_alter_empty: true - set_precision: false - precision: 0 - decimal: . - separator: ',' - format_plural: 0 - format_plural_singular: '1' - format_plural_plural: '@count' - prefix: '' - suffix: '' - link_to_node: false - plugin_id: node - provider: node + click_sort_column: value + type: number_integer + settings: + thousand_separator: '' + prefix_suffix: false + 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 + entity_type: node + entity_field: nid + plugin_id: field comment_count: id: comment_count table: comment_entity_statistics field: comment_count - relationship: reverse_taxonomy_forums_node + relationship: reverse__node__taxonomy_forums group_type: sum admin_label: '' label: Posts @@ -543,7 +642,7 @@ display: suffix: '' target: '' nl2br: false - max_length: '' + max_length: 0 word_boundary: true ellipsis: true more_link: false @@ -570,17 +669,15 @@ display: decimal: . separator: ',' format_plural: false - format_plural_singular: '1' - format_plural_plural: '@count' + format_plural_string: "1\x03@count" prefix: '' suffix: '' plugin_id: numeric - provider: views last_comment_timestamp: id: last_comment_timestamp table: comment_entity_statistics field: last_comment_timestamp - relationship: reverse_taxonomy_forums_node + relationship: reverse__node__taxonomy_forums group_type: max admin_label: '' label: 'Last post' @@ -602,7 +699,7 @@ display: suffix: '' target: '' nl2br: false - max_length: '' + max_length: 0 word_boundary: true ellipsis: true more_link: false @@ -621,34 +718,35 @@ display: element_wrapper_class: '' element_default_classes: true empty: '' - hide_empty: false + hide_empty: true empty_zero: false hide_alter_empty: true + date_format: fallback + custom_date_format: '' + timezone: '' set_precision: false precision: 0 decimal: . separator: '' format_plural: 0 - format_plural_singular: '1' - format_plural_plural: '@count' + format_plural_string: "1\x03@count" prefix: '' suffix: '' - date_format: small - custom_date_format: '' - timezone: '' plugin_id: comment_last_timestamp - provider: comment filters: vid: id: vid - table: taxonomy_term_data + table: taxonomy_term_field_data field: vid value: forums: forums + entity_type: taxonomy_term + entity_field: vid + plugin_id: bundle sorts: weight: id: weight - table: taxonomy_term_data + table: taxonomy_term_field_data field: weight relationship: none group_type: group @@ -657,9 +755,9 @@ display: exposed: false expose: label: '' + entity_type: taxonomy_term + entity_field: weight plugin_id: standard - provider: views - title: Forums header: { } footer: { } empty: { } @@ -672,36 +770,42 @@ display: group_type: group admin_label: Parent required: true - reverse_taxonomy_forums_node: - id: reverse_taxonomy_forums_node - table: taxonomy_term_data - field: reverse_taxonomy_forums_node + plugin_id: standard + reverse__node__taxonomy_forums: + id: reverse__node__taxonomy_forums + table: taxonomy_term_field_data + field: reverse__node__taxonomy_forums relationship: none group_type: group admin_label: taxonomy_forums required: false + entity_type: taxonomy_term plugin_id: entity_reverse - provider: field arguments: { } + display_extenders: { } + title: Forums group_by: true + cache_metadata: + max-age: 0 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url.query_args + - user.permissions + tags: { } page_1: display_plugin: page id: page_1 display_title: Page position: 1 - provider: views display_options: + display_extenders: { } path: forums - menu: - type: normal - title: Forums - description: '' - name: tools - weight: 0 - context: '0' -label: 'Forum Overview' -module: views -id: forum_forums -tag: '' -uuid: 35d30ce0-8b6a-45f4-a600-c5aed3c33609 -langcode: en + cache_metadata: + max-age: 0 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url.query_args + - user.permissions + tags: { }