Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / node / migration_templates / d6_node_setting_status.yml
diff --git a/web/core/modules/node/migration_templates/d6_node_setting_status.yml b/web/core/modules/node/migration_templates/d6_node_setting_status.yml
deleted file mode 100644 (file)
index 7c5a8de..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-id: d6_node_setting_status
-label: Node type 'status' setting
-migration_tags:
-  - Drupal 6
-source:
-  plugin: d6_node_type
-  constants:
-    entity_type: node
-    field_name: status
-process:
-  entity_type: 'constants/entity_type'
-  bundle: type
-  field_name: 'constants/field_name'
-  label:
-    plugin: default_value
-    default_value: 'Publishing status'
-  'default_value/0/value': 'options/status'
-destination:
-  plugin: entity:base_field_override
-migration_dependencies:
-  required:
-    - d6_node_type