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