Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / contact / migration_templates / d6_contact_settings.yml
1 id: d6_contact_settings
2 label: Contact configuration
3 migration_tags:
4   - Drupal 6
5 source:
6   plugin: contact_settings
7   variables:
8     - contact_default_status
9     - contact_hourly_threshold
10 process:
11   user_default_enabled: contact_default_status
12   'flood/limit': contact_hourly_threshold
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