Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / node / migration_templates / d7_node_title_label.yml
diff --git a/web/core/modules/node/migration_templates/d7_node_title_label.yml b/web/core/modules/node/migration_templates/d7_node_title_label.yml
deleted file mode 100644 (file)
index 53ae6ea..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-id: d7_node_title_label
-label: Node title label
-migration_tags:
-  - Drupal 7
-source:
-  plugin: d7_node_type
-  constants:
-    entity_type: node
-    field_name: title
-process:
-  entity_type: 'constants/entity_type'
-  bundle: type
-  field_name: 'constants/field_name'
-  label: title_label
-destination:
-  plugin: entity:base_field_override
-migration_dependencies:
-  required:
-    - d7_node_type