Patched to Drupal 8.4.8 level. See https://www.drupal.org/sa-core-2018-004 and patch...
[yaffs-website] / web / core / modules / node / migration_templates / d6_node_setting_status.yml
1 id: d6_node_setting_status
2 label: Node type 'status' setting
3 migration_tags:
4   - Drupal 6
5 source:
6   plugin: d6_node_type
7   constants:
8     entity_type: node
9     field_name: status
10 process:
11   entity_type: 'constants/entity_type'
12   bundle: type
13   field_name: 'constants/field_name'
14   label:
15     plugin: default_value
16     default_value: 'Publishing status'
17   'default_value/0/value': 'options/status'
18 destination:
19   plugin: entity:base_field_override
20 migration_dependencies:
21   required:
22     - d6_node_type