Pull merge.
[yaffs-website] / web / core / modules / contact / migrations / d7_contact_settings.yml
1 id: d7_contact_settings
2 label: Contact configuration
3 migration_tags:
4   - Drupal 7
5   - Configuration
6 source:
7   plugin: contact_settings
8   variables:
9     - contact_default_status
10     - contact_threshold_limit
11 process:
12   user_default_enabled: contact_default_status
13   'flood/limit': contact_threshold_limit
14   default_form:
15     plugin: migration_lookup
16     migration: contact_category
17     source: default_category
18 destination:
19   plugin: config
20   config_name: contact.settings
21 migration_dependencies:
22   required:
23     - contact_category
24 dependencies:
25   config:
26     - migrate.migration.contact_category
27   module:
28     - contact
29     - migrate_drupal