Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / contact / migration_templates / d6_contact_settings.yml
diff --git a/web/core/modules/contact/migration_templates/d6_contact_settings.yml b/web/core/modules/contact/migration_templates/d6_contact_settings.yml
deleted file mode 100644 (file)
index dbe0205..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-id: d6_contact_settings
-label: Contact configuration
-migration_tags:
-  - Drupal 6
-source:
-  plugin: contact_settings
-  variables:
-    - contact_default_status
-    - contact_hourly_threshold
-process:
-  user_default_enabled: contact_default_status
-  'flood/limit': contact_hourly_threshold
-  default_form:
-    plugin: migration_lookup
-    migration: contact_category
-    source: default_category
-destination:
-  plugin: config
-  config_name: contact.settings
-migration_dependencies:
-  required:
-    - contact_category