Core and composer updates
This commit is contained in:
parent
a82634bb98
commit
62cac30480
1118 changed files with 21770 additions and 6306 deletions
|
|
@ -32,11 +32,11 @@ process:
|
|||
fallback_to_site_default: true
|
||||
init: init
|
||||
roles:
|
||||
plugin: migration
|
||||
plugin: migration_lookup
|
||||
migration: d6_user_role
|
||||
source: roles
|
||||
user_picture:
|
||||
plugin: migration
|
||||
plugin: migration_lookup
|
||||
migration: d6_user_picture_file
|
||||
source: uid
|
||||
no_stub: true
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ process:
|
|||
fallback_to_site_default: true
|
||||
init: init
|
||||
roles:
|
||||
plugin: migration
|
||||
plugin: migration_lookup
|
||||
migration: d7_user_role
|
||||
source: roles
|
||||
user_picture:
|
||||
|
|
@ -40,7 +40,7 @@ process:
|
|||
source: picture
|
||||
default_value: null
|
||||
-
|
||||
plugin: migration
|
||||
plugin: migration_lookup
|
||||
migration: d7_file
|
||||
destination:
|
||||
plugin: entity:user
|
||||
|
|
|
|||
Reference in a new issue