Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / block_content / migration_templates / block_content_type.yml
diff --git a/web/core/modules/block_content/migration_templates/block_content_type.yml b/web/core/modules/block_content/migration_templates/block_content_type.yml
deleted file mode 100644 (file)
index ca797b9..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-id: block_content_type
-label: Block content type
-migration_tags:
-  - Drupal 6
-  - Drupal 7
-source:
-  plugin: embedded_data
-  data_rows:
-    -
-      id: basic
-      label: Basic
-  ids:
-    id:
-      type: string
-  source_module: block
-process:
-  id: id
-  label: label
-destination:
-  plugin: entity:block_content_type
-provider:
-  - block_content
-  - migrate_drupal