Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / migration_templates / d7_system_file.yml
diff --git a/web/core/modules/system/migration_templates/d7_system_file.yml b/web/core/modules/system/migration_templates/d7_system_file.yml
deleted file mode 100644 (file)
index 9652cb0..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-id: d7_system_file
-label: Drupal 7 file system configuration
-migration_tags:
-  - Drupal 7
-source:
-  plugin: variable
-  variables:
-    - allow_insecure_uploads
-    - file_temporary_path
-  source_module: system
-process:
-  allow_insecure_uploads:
-    plugin: static_map
-    source: allow_insecure_uploads
-    map:
-      0: FALSE
-      1: TRUE
-  'path/temporary': file_temporary_path
-destination:
-  plugin: config
-  config_name: system.file