Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / block_content / migrations / block_content_type.yml
diff --git a/web/core/modules/block_content/migrations/block_content_type.yml b/web/core/modules/block_content/migrations/block_content_type.yml
new file mode 100644 (file)
index 0000000..55236fb
--- /dev/null
@@ -0,0 +1,24 @@
+id: block_content_type
+label: Block content type
+migration_tags:
+  - Drupal 6
+  - Drupal 7
+  - Configuration
+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