Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / config_translation / migration_templates / d6_system_site_translation.yml
diff --git a/web/core/modules/config_translation/migration_templates/d6_system_site_translation.yml b/web/core/modules/config_translation/migration_templates/d6_system_site_translation.yml
deleted file mode 100644 (file)
index f967f98..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-id: d6_system_site_translation
-label: Site configuration
-migration_tags:
-  - Drupal 6
-source:
-  plugin: variable_translation
-  constants:
-    slash: '/'
-  variables:
-    - site_name
-    - site_mail
-    - site_slogan
-    - site_frontpage
-    - site_403
-    - site_404
-  source_module: i18n
-process:
-  langcode: language
-  name: site_name
-  mail: site_mail
-  slogan: site_slogan
-  'page/front':
-    plugin: concat
-    source:
-      - constants/slash
-      - site_frontpage
-  'page/403':
-    plugin: concat
-    source:
-      - constants/slash
-      - site_403
-  'page/404':
-    plugin: concat
-    source:
-      - constants/slash
-      - site_404
-destination:
-  plugin: config
-  config_name: system.site
-  translations: true