Update to drupal-org-drupal 8.0.0-rc2. For more information, see https://www.drupal.org/node/2598668
This commit is contained in:
parent
f32e58e4b1
commit
8e18df8c36
3062 changed files with 15044 additions and 172506 deletions
|
@ -7,7 +7,14 @@ builder:
|
|||
source:
|
||||
plugin: d6_term_node
|
||||
process:
|
||||
nid: nid
|
||||
nid:
|
||||
-
|
||||
plugin: migration
|
||||
migration: d6_node:*
|
||||
source: nid
|
||||
-
|
||||
plugin: skip_on_empty
|
||||
method: row
|
||||
type: type
|
||||
# The actual field name is dynamic and will be added by the builder.
|
||||
destination:
|
||||
|
|
|
@ -7,7 +7,14 @@ builder:
|
|||
source:
|
||||
plugin: d6_term_node_revision
|
||||
process:
|
||||
vid: vid
|
||||
vid:
|
||||
-
|
||||
plugin: migration
|
||||
migration: d6_node:*
|
||||
source: vid
|
||||
-
|
||||
plugin: skip_on_empty
|
||||
method: row
|
||||
type: type
|
||||
# The actual field name is dynamic and will be added by the builder.
|
||||
destination:
|
||||
|
|
Reference in a new issue