Skip to content
Snippets Groups Projects

Issue #2020387 by Bhanu951, Antti J. Salminen, vsujeetkumar, shaktik,...

11 files
+ 282
40
Compare changes
  • Side-by-side
  • Inline
Files
11
+ 251
0
langcode: en
status: true
dependencies:
module:
- forum
id: forum_topic_lists
label: 'Forum Topic Lists'
module: views
description: 'A list of new or active forum topics'
tag: default
base_table: forum_index
base_field: nid
display:
default:
display_plugin: default
id: default
display_title: Master
position: 0
display_options:
access:
type: none
options: { }
cache:
type: none
options: { }
query:
type: views_query
options:
disable_sql_rewrite: false
distinct: false
replica: false
query_comment: ''
query_tags: { }
exposed_form:
type: basic
options:
submit_button: Apply
reset_button: false
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
expose_sort_order: true
sort_asc_label: Asc
sort_desc_label: Desc
pager:
type: some
options:
items_per_page: 5
offset: 0
style:
type: html_list
options:
grouping: { }
row_class: ''
default_row_class: true
type: ul
wrapper_class: item-list
class: ''
row:
type: fields
fields:
nid:
id: nid
table: forum_index
field: nid
relationship: none
plugin_id: numeric
group_type: group
admin_label: ''
label: ''
exclude: true
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: false
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
set_precision: false
precision: 0
decimal: .
separator: ','
format_plural: false
format_plural_string: "1\x03@count"
prefix: ''
suffix: ''
title:
id: title
table: forum_index
field: title
relationship: none
group_type: group
admin_label: ''
label: ''
exclude: false
alter:
alter_text: false
text: ''
make_link: true
path: 'node/{{ nid }}'
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: false
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
plugin_id: standard
filters: { }
sorts: { }
title: 'New forum topics'
header: { }
footer: { }
empty: { }
relationships: { }
arguments: { }
use_more: true
use_more_always: true
use_more_text: More
link_display: custom_url
link_url: forum
display_extenders: { }
cache_metadata:
max-age: -1
contexts:
- 'languages:language_interface'
tags: { }
block_1:
display_plugin: block
id: block_1
display_title: 'Active forum topics'
position: 1
display_options:
display_description: 'Displays a list of active forum topics'
sorts:
last_comment_timestamp:
id: last_comment_timestamp
table: forum_index
field: last_comment_timestamp
relationship: none
group_type: group
admin_label: ''
order: DESC
exposed: false
expose:
label: ''
granularity: second
plugin_id: date
defaults:
sorts: false
title: false
use_more: true
use_more_always: true
use_more_text: true
block_description: 'Active forum topics'
title: 'Active forum topics'
display_extenders: { }
cache_metadata:
max-age: -1
contexts:
- 'languages:language_interface'
tags: { }
block_2:
display_plugin: block
id: block_2
display_title: 'New forum topics'
position: 2
display_options:
display_description: 'Displays a list of new forum topics'
sorts:
created:
id: created
table: forum_index
field: created
relationship: none
group_type: group
admin_label: ''
order: DESC
exposed: false
expose:
label: ''
granularity: second
plugin_id: date
defaults:
sorts: false
block_description: 'New forum topics'
link_url: /forum
display_extenders: { }
cache_metadata:
max-age: -1
contexts:
- 'languages:language_interface'
tags: { }
\ No newline at end of file
Loading