Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / search / migration_templates / d7_search_settings.yml
diff --git a/web/core/modules/search/migration_templates/d7_search_settings.yml b/web/core/modules/search/migration_templates/d7_search_settings.yml
deleted file mode 100644 (file)
index 74f0ef7..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-id: d7_search_settings
-label: Search configuration
-migration_tags:
-  - Drupal 7
-source:
-  plugin: variable
-  constants:
-    status: true
-  variables:
-    - minimum_word_size
-    - overlap_cjk
-    - search_cron_limit
-    - search_tag_weights
-    - search_and_or_limit
-    - search_default_module
-  source_module: search
-process:
-  'index/minimum_word_size': minimum_word_size
-  'index/overlap_cjk': overlap_cjk
-  'index/cron_limit': search_cron_limit
-  'index/tag_weights': search_tag_weights
-  and_or_limit: search_and_or_limit
-  logging: 'constants/status'
-  default_page:
-    plugin: static_map
-    source:
-      - search_default_module
-    map:
-      node: node_search
-      user: user_search
-destination:
-  plugin: config
-  config_name: search.settings