Update to Drupal 8.0.5. For more information, see https://www.drupal.org/node/2679347
This commit is contained in:
parent
2a9f1f148d
commit
fd3b12cf27
251 changed files with 5439 additions and 957 deletions
|
@ -0,0 +1,44 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
id: test_node_revision_timestamp
|
||||
label: null
|
||||
module: views
|
||||
description: ''
|
||||
tag: ''
|
||||
base_table: node_field_revision
|
||||
base_field: vid
|
||||
core: '8'
|
||||
display:
|
||||
default:
|
||||
display_options:
|
||||
fields:
|
||||
vid:
|
||||
id: vid
|
||||
table: node_field_revision
|
||||
field: vid
|
||||
plugin_id: field
|
||||
entity_type: node
|
||||
entity_field: vid
|
||||
revision_timestamp:
|
||||
id: revision_timestamp
|
||||
table: node_revision
|
||||
field: revision_timestamp
|
||||
plugin_id: field
|
||||
entity_type: node
|
||||
entity_field: revision_timestamp
|
||||
sorts:
|
||||
revision_timestamp:
|
||||
id: revision_timestamp
|
||||
table: node_revision
|
||||
field: revision_timestamp
|
||||
order: DESC
|
||||
plugin_id: field
|
||||
entity_type: node
|
||||
entity_field: revision_timestamp
|
||||
display_plugin: default
|
||||
display_title: Master
|
||||
id: default
|
||||
position: 0
|
Reference in a new issue