Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / user / migration_templates / d6_user_contact_settings.yml
1 id: d6_user_contact_settings
2 label: User contact settings
3 migration_tags:
4   - Drupal 6
5 source:
6   plugin: d6_user
7   constants:
8     key: contact
9     module: contact
10 process:
11   uid: uid
12   key: 'constants/key'
13   module: 'constants/module'
14   settings:
15     plugin: skip_row_if_not_set
16     index: contact
17     source: data
18
19 destination:
20   plugin: user_data
21 migration_dependencies:
22   required:
23     - d6_user