Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / migration_templates / d7_system_performance.yml
diff --git a/web/core/modules/system/migration_templates/d7_system_performance.yml b/web/core/modules/system/migration_templates/d7_system_performance.yml
deleted file mode 100644 (file)
index 0f28dbf..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-id: d7_system_performance
-label: Drupal 7 performance configuration
-migration_tags:
-  - Drupal 7
-source:
-  plugin: variable
-  variables:
-    - preprocess_css
-    - preprocess_js
-    - cache_lifetime
-    - page_compression
-  source_module: system
-process:
-  'css/preprocess': preprocess_css
-  'js/preprocess': preprocess_js
-  'cache/page/max_age': cache_lifetime
-destination:
-  plugin: config
-  config_name: system.performance