Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / block_content / migrations / block_content_body_field.yml
diff --git a/web/core/modules/block_content/migrations/block_content_body_field.yml b/web/core/modules/block_content/migrations/block_content_body_field.yml
new file mode 100644 (file)
index 0000000..9ed884f
--- /dev/null
@@ -0,0 +1,37 @@
+id: block_content_body_field
+label: Block content body field configuration
+migration_tags:
+  - Drupal 6
+  - Drupal 7
+  - Configuration
+source:
+  plugin: embedded_data
+  data_rows:
+    -
+      entity_type: block_content
+      bundle: basic
+      field_name: body
+      label: Body
+      display_summary: false
+  ids:
+    entity_type:
+      type: string
+    bundle:
+      type: string
+    field_name:
+      type: string
+  source_module: block
+process:
+  entity_type: entity_type
+  bundle: bundle
+  field_name: field_name
+  label: label
+  'settings/display_summary': display_summary
+destination:
+  plugin: entity:field_config
+migration_dependencies:
+  required:
+    - block_content_type
+provider:
+  - block_content
+  - migrate_drupal