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