Update to drupal 8.0.0-rc1. For more information, see https://www.drupal.org/node/2582663
This commit is contained in:
parent
eb34d130a8
commit
f32e58e4b1
8476 changed files with 211648 additions and 170042 deletions
|
@ -1,5 +1,5 @@
|
|||
id: d6_node
|
||||
label: Drupal 6 nodes
|
||||
label: Nodes
|
||||
migration_tags:
|
||||
- Drupal 6
|
||||
builder:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
id: d6_node_revision
|
||||
label: Drupal 6 node revisions
|
||||
label: Node revisions
|
||||
migration_tags:
|
||||
- Drupal 6
|
||||
builder:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
id: d6_node_setting_promote
|
||||
label: Drupal 6 node type 'promote' setting
|
||||
label: Node type 'promote' setting
|
||||
migration_tags:
|
||||
- Drupal 6
|
||||
source:
|
||||
|
@ -11,6 +11,9 @@ process:
|
|||
entity_type: 'constants/entity_type'
|
||||
bundle: type
|
||||
field_name: 'constants/field_name'
|
||||
label:
|
||||
plugin: default_value
|
||||
default_value: 'Promoted to front page'
|
||||
'default_value/0/value': 'options/promote'
|
||||
destination:
|
||||
plugin: entity:base_field_override
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
id: d6_node_setting_status
|
||||
label: Drupal 6 node type 'status' setting
|
||||
label: Node type 'status' setting
|
||||
migration_tags:
|
||||
- Drupal 6
|
||||
source:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
id: d6_node_setting_sticky
|
||||
label: Drupal 6 node type 'sticky' setting
|
||||
label: Node type 'sticky' setting
|
||||
migration_tags:
|
||||
- Drupal 6
|
||||
source:
|
||||
|
@ -11,6 +11,9 @@ process:
|
|||
entity_type: 'constants/entity_type'
|
||||
bundle: type
|
||||
field_name: 'constants/field_name'
|
||||
label:
|
||||
plugin: default_value
|
||||
default_value: 'Sticky at the top of lists'
|
||||
'default_value/0/value': 'options/sticky'
|
||||
destination:
|
||||
plugin: entity:base_field_override
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
id: d6_node_settings
|
||||
label: Drupal 6 node configuration
|
||||
label: Node configuration
|
||||
migration_tags:
|
||||
- Drupal 6
|
||||
source:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
id: d6_node_type
|
||||
label: Drupal 6 node type configuration
|
||||
label: Node type configuration
|
||||
migration_tags:
|
||||
- Drupal 6
|
||||
source:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
id: d6_view_modes
|
||||
label: Drupal 6 view modes
|
||||
label: View modes
|
||||
migration_tags:
|
||||
- Drupal 6
|
||||
source:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
id: d7_node
|
||||
label: Drupal 7 nodes
|
||||
label: Nodes
|
||||
migration_tags:
|
||||
- Drupal 7
|
||||
builder:
|
||||
|
@ -30,3 +30,5 @@ migration_dependencies:
|
|||
required:
|
||||
- d7_user
|
||||
- d7_node_type
|
||||
optional:
|
||||
- d7_field_instance
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
id: d7_node_revision
|
||||
label: Drupal 7 node revisions
|
||||
label: Node revisions
|
||||
migration_tags:
|
||||
- Drupal 7
|
||||
builder:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
id: d7_node_settings
|
||||
label: Drupal 7 node configuration
|
||||
label: Node configuration
|
||||
migration_tags:
|
||||
- Drupal 7
|
||||
source:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
id: d7_node_title_label
|
||||
label: Drupal 7 node title label
|
||||
label: Node title label
|
||||
migration_tags:
|
||||
- Drupal 7
|
||||
source:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
id: d7_node_type
|
||||
label: Drupal 7 node type configuration
|
||||
label: Node type configuration
|
||||
migration_tags:
|
||||
- Drupal 7
|
||||
source:
|
||||
|
|
Reference in a new issue