Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / field / migration_templates / d7_view_modes.yml
diff --git a/web/core/modules/field/migration_templates/d7_view_modes.yml b/web/core/modules/field/migration_templates/d7_view_modes.yml
deleted file mode 100644 (file)
index fd17138..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-id: d7_view_modes
-label: View modes
-migration_tags:
-  - Drupal 7
-source:
-  plugin: d7_view_mode
-process:
-  mode:
-    plugin: static_map
-    source: view_mode
-    bypass: true
-    map:
-      default: full
-  label:
-    plugin: static_map
-    source: view_mode
-    bypass: true
-    map:
-      search_index: "Search index"
-      search_result: "Search result"
-      rss: "RSS"
-      print: "Print"
-      teaser: "Teaser"
-      full: "Full"
-      default: "Full"
-  targetEntityType: entity_type
-destination:
-  plugin: entity:entity_view_mode