Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / search / migration_templates / d6_search_settings.yml
diff --git a/web/core/modules/search/migration_templates/d6_search_settings.yml b/web/core/modules/search/migration_templates/d6_search_settings.yml
deleted file mode 100644 (file)
index 1500a3f..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-id: d6_search_settings
-label: Search configuration
-migration_tags:
-  - Drupal 6
-source:
-  plugin: variable
-  constants:
-    status: true
-  variables:
-    - minimum_word_size
-    - overlap_cjk
-    - search_cron_limit
-  source_module: search
-process:
-  'index/minimum_word_size': minimum_word_size
-  'index/overlap_cjk': overlap_cjk
-  'index/cron_limit': search_cron_limit
-  logging: 'constants/status'
-destination:
-  plugin: config
-  config_name: search.settings