Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / block_content / migration_templates / d6_custom_block.yml
diff --git a/web/core/modules/block_content/migration_templates/d6_custom_block.yml b/web/core/modules/block_content/migration_templates/d6_custom_block.yml
deleted file mode 100644 (file)
index 55fbcb5..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-id: d6_custom_block
-label: Custom blocks
-migration_tags:
-  - Drupal 6
-source:
-  plugin: d6_box
-process:
-  id: bid
-  info: info
-  'body/format':
-    plugin: migration_lookup
-    migration: d6_filter_format
-    source: format
-  'body/value': body
-destination:
-  plugin: entity:block_content
-  default_bundle: basic
-  no_stub: true
-migration_dependencies:
-  required:
-    - d6_filter_format
-    - block_content_body_field