Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / node / migrations / d7_node_title_label.yml
diff --git a/web/core/modules/node/migrations/d7_node_title_label.yml b/web/core/modules/node/migrations/d7_node_title_label.yml
new file mode 100644 (file)
index 0000000..9b3051a
--- /dev/null
@@ -0,0 +1,20 @@
+id: d7_node_title_label
+label: Node title label
+migration_tags:
+  - Drupal 7
+  - Configuration
+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