Add the bio and the gpg field in the users.

Also, the user migration was updated to migrate the data of these
fields.
This commit is contained in:
David Valdez 2018-08-28 18:20:36 -05:00
parent f9db6433cd
commit 14e829fd66
9 changed files with 198 additions and 33 deletions

View file

@ -16,14 +16,14 @@ process:
default_value: "und"
title: title
uid:
-
plugin: migration_lookup
migration: agaric_user
source: node_uid
no_stub: true
-
plugin: skip_on_empty
method: row
-
plugin: migration_lookup
migration: agaric_user
source: node_uid
no_stub: true
-
plugin: skip_on_empty
method: row
paragraph_body:
plugin: migration
migration: agaric_page_paragraph
@ -31,7 +31,7 @@ process:
field_body_paragraph:
plugin: iterator
source:
- '@paragraph_body'
- '@paragraph_body'
process:
target_id: '0'
target_revision_id: '1'
@ -45,5 +45,5 @@ process:
revision_timestamp: timestamp
migration_dependencies:
required:
- agaric_user
- agaric_page_paragraph
- agaric_user
- agaric_page_paragraph