Update to Drupal 8.0.0-beta15. For more information, see: https://www.drupal.org/node/2563023
This commit is contained in:
parent
2720a9ec4b
commit
f3791f1da3
1898 changed files with 54300 additions and 11481 deletions
|
@ -26,17 +26,33 @@ migrate.source.d6_node:
|
|||
label: 'Drupal 6 node'
|
||||
mapping:
|
||||
node_type:
|
||||
# The node type can be specified both as a string ID of a node type or an
|
||||
# array of node type IDs, so there is no way to consistently parse this.
|
||||
type: ignore
|
||||
type: string
|
||||
label: 'Node type'
|
||||
|
||||
migrate.source.d7_node:
|
||||
type: migrate_source_sql
|
||||
label: 'Drupal 7 node'
|
||||
mapping:
|
||||
node_type:
|
||||
type: string
|
||||
label: 'Node type'
|
||||
|
||||
migrate.source.d6_node_revision:
|
||||
type: migrate_source_sql
|
||||
label: 'Drupal 6 node'
|
||||
label: 'Drupal 6 node revision'
|
||||
mapping:
|
||||
node_type:
|
||||
# The node type can be specified both as a string ID of a node type or an
|
||||
# array of node type IDs, so there is no way to consistently parse this.
|
||||
type: ignore
|
||||
type: string
|
||||
label: 'Node type'
|
||||
|
||||
migrate.source.d7_node_revision:
|
||||
type: migrate_source_sql
|
||||
label: 'Drupal 7 node revision'
|
||||
mapping:
|
||||
node_type:
|
||||
type: string
|
||||
label: 'Node type'
|
||||
|
||||
migrate.source.d7_node_type:
|
||||
type: migrate_source_sql
|
||||
label: 'Drupal 7 node type'
|
||||
|
|
Reference in a new issue