Update to Drupal 8.0.0-beta15. For more information, see: https://www.drupal.org/node/2563023

This commit is contained in:
Pantheon Automation 2015-09-04 13:20:09 -07:00 committed by Greg Anderson
parent 2720a9ec4b
commit f3791f1da3
1898 changed files with 54300 additions and 11481 deletions

View file

@ -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'