Update to Drupal 8.0.0. For more information, see https://www.drupal.org/node/2619030
This commit is contained in:
parent
7784f4c23d
commit
25a6735fb3
49 changed files with 1394 additions and 281 deletions
|
@ -27,7 +27,7 @@ display:
|
|||
field: nid
|
||||
id: nid
|
||||
relationship: none
|
||||
table: node
|
||||
table: node_field_data
|
||||
plugin_id: numeric
|
||||
pager:
|
||||
options:
|
||||
|
@ -39,7 +39,7 @@ display:
|
|||
id: nid
|
||||
order: ASC
|
||||
relationship: none
|
||||
table: node
|
||||
table: node_field_data
|
||||
plugin_id: numeric
|
||||
display_plugin: default
|
||||
display_title: Master
|
||||
|
|
|
@ -24,7 +24,7 @@ display:
|
|||
nid:
|
||||
field: nid
|
||||
id: nid
|
||||
table: node
|
||||
table: node_field_data
|
||||
plugin_id: node
|
||||
filters:
|
||||
field_date_value:
|
||||
|
@ -38,7 +38,7 @@ display:
|
|||
id: nid
|
||||
order: ASC
|
||||
relationship: none
|
||||
table: node
|
||||
table: node_field_data
|
||||
plugin_id: numeric
|
||||
pager:
|
||||
type: full
|
||||
|
|
|
@ -24,7 +24,7 @@ display:
|
|||
nid:
|
||||
field: nid
|
||||
id: nid
|
||||
table: node
|
||||
table: node_field_data
|
||||
plugin_id: node
|
||||
sorts:
|
||||
field_date_value:
|
||||
|
@ -39,7 +39,7 @@ display:
|
|||
id: nid
|
||||
order: ASC
|
||||
relationship: none
|
||||
table: node
|
||||
table: node_field_data
|
||||
plugin_id: numeric
|
||||
pager:
|
||||
type: full
|
||||
|
|
Reference in a new issue