actu dtae order
This commit is contained in:
parent
9ade02e921
commit
29496a9a11
@ -7,6 +7,7 @@ dependencies:
|
|||||||
- node.type.actualite
|
- node.type.actualite
|
||||||
- system.menu.main
|
- system.menu.main
|
||||||
module:
|
module:
|
||||||
|
- datetime
|
||||||
- node
|
- node
|
||||||
- user
|
- user
|
||||||
id: actus
|
id: actus
|
||||||
@ -109,6 +110,20 @@ display:
|
|||||||
options: { }
|
options: { }
|
||||||
empty: { }
|
empty: { }
|
||||||
sorts:
|
sorts:
|
||||||
|
field_date_value:
|
||||||
|
id: field_date_value
|
||||||
|
table: node__field_date
|
||||||
|
field: field_date_value
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: datetime
|
||||||
|
order: ASC
|
||||||
|
expose:
|
||||||
|
label: ''
|
||||||
|
field_identifier: ''
|
||||||
|
exposed: false
|
||||||
|
granularity: second
|
||||||
created:
|
created:
|
||||||
id: created
|
id: created
|
||||||
table: node_field_data
|
table: node_field_data
|
||||||
@ -187,9 +202,81 @@ display:
|
|||||||
options:
|
options:
|
||||||
offset: 0
|
offset: 0
|
||||||
items_per_page: 5
|
items_per_page: 5
|
||||||
|
filters:
|
||||||
|
status:
|
||||||
|
id: status
|
||||||
|
table: node_field_data
|
||||||
|
field: status
|
||||||
|
entity_type: node
|
||||||
|
entity_field: status
|
||||||
|
plugin_id: boolean
|
||||||
|
value: '1'
|
||||||
|
group: 1
|
||||||
|
expose:
|
||||||
|
operator: ''
|
||||||
|
type:
|
||||||
|
id: type
|
||||||
|
table: node_field_data
|
||||||
|
field: type
|
||||||
|
entity_type: node
|
||||||
|
entity_field: type
|
||||||
|
plugin_id: bundle
|
||||||
|
value:
|
||||||
|
actualite: actualite
|
||||||
|
field_date_end_value:
|
||||||
|
id: field_date_end_value
|
||||||
|
table: node__field_date
|
||||||
|
field: field_date_end_value
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: datetime
|
||||||
|
operator: '>'
|
||||||
|
value:
|
||||||
|
min: ''
|
||||||
|
max: ''
|
||||||
|
value: 'now -1 day'
|
||||||
|
type: date
|
||||||
|
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
|
||||||
|
min_placeholder: ''
|
||||||
|
max_placeholder: ''
|
||||||
|
placeholder: ''
|
||||||
|
is_grouped: false
|
||||||
|
group_info:
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
identifier: ''
|
||||||
|
optional: true
|
||||||
|
widget: select
|
||||||
|
multiple: false
|
||||||
|
remember: false
|
||||||
|
default_group: All
|
||||||
|
default_group_multiple: { }
|
||||||
|
group_items: { }
|
||||||
|
filter_groups:
|
||||||
|
operator: AND
|
||||||
|
groups:
|
||||||
|
1: AND
|
||||||
defaults:
|
defaults:
|
||||||
title: false
|
title: false
|
||||||
pager: false
|
pager: false
|
||||||
|
filters: false
|
||||||
|
filter_groups: false
|
||||||
footer: false
|
footer: false
|
||||||
display_description: ''
|
display_description: ''
|
||||||
footer:
|
footer:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user