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