Update label on events view and apply end date filter to only show future events
This commit is contained in:
parent
a25643924a
commit
bfac9f982e
1 changed files with 44 additions and 2 deletions
|
@ -24,7 +24,7 @@ display:
|
||||||
display_plugin: default
|
display_plugin: default
|
||||||
position: 0
|
position: 0
|
||||||
display_options:
|
display_options:
|
||||||
title: Events
|
title: 'Scheduled Small Group Hiking and Nature Tours'
|
||||||
fields:
|
fields:
|
||||||
rendered_item:
|
rendered_item:
|
||||||
id: rendered_item
|
id: rendered_item
|
||||||
|
@ -144,7 +144,49 @@ display:
|
||||||
field_identifier: ''
|
field_identifier: ''
|
||||||
exposed: false
|
exposed: false
|
||||||
arguments: { }
|
arguments: { }
|
||||||
filters: { }
|
filters:
|
||||||
|
end_value:
|
||||||
|
id: end_value
|
||||||
|
table: search_api_index_event
|
||||||
|
field: end_value
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: search_api_date
|
||||||
|
operator: '>='
|
||||||
|
value:
|
||||||
|
min: ''
|
||||||
|
max: ''
|
||||||
|
value: now
|
||||||
|
type: offset
|
||||||
|
group: 1
|
||||||
|
exposed: false
|
||||||
|
expose:
|
||||||
|
operator_id: ''
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
use_operator: false
|
||||||
|
operator: ''
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
identifier: ''
|
||||||
|
required: false
|
||||||
|
remember: false
|
||||||
|
multiple: false
|
||||||
|
remember_roles:
|
||||||
|
authenticated: authenticated
|
||||||
|
is_grouped: false
|
||||||
|
group_info:
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
identifier: ''
|
||||||
|
optional: true
|
||||||
|
widget: select
|
||||||
|
multiple: false
|
||||||
|
remember: false
|
||||||
|
default_group: All
|
||||||
|
default_group_multiple: { }
|
||||||
|
group_items: { }
|
||||||
style:
|
style:
|
||||||
type: default
|
type: default
|
||||||
options:
|
options:
|
||||||
|
|
Loading…
Reference in a new issue