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
|
||||
position: 0
|
||||
display_options:
|
||||
title: Events
|
||||
title: 'Scheduled Small Group Hiking and Nature Tours'
|
||||
fields:
|
||||
rendered_item:
|
||||
id: rendered_item
|
||||
|
@ -144,7 +144,49 @@ display:
|
|||
field_identifier: ''
|
||||
exposed: false
|
||||
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:
|
||||
type: default
|
||||
options:
|
||||
|
|
Loading…
Reference in a new issue