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