You are here

d6_contact_settings.yml in Drupal 9

Same filename and directory in other branches
  1. 8 core/modules/contact/migrations/d6_contact_settings.yml
core/modules/contact/migrations/d6_contact_settings.yml

File

core/modules/contact/migrations/d6_contact_settings.yml
View source
  1. id: d6_contact_settings
  2. label: Contact configuration
  3. migration_tags:
  4. - Drupal 6
  5. - Configuration
  6. source:
  7. plugin: contact_settings
  8. variables:
  9. - contact_default_status
  10. - contact_hourly_threshold
  11. process:
  12. user_default_enabled: contact_default_status
  13. 'flood/limit': contact_hourly_threshold
  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