Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / node / migrations / d6_node_setting_sticky.yml
1 id: d6_node_setting_sticky
2 label: Node type 'sticky' setting
3 migration_tags:
4   - Drupal 6
5   - Configuration
6 source:
7   plugin: d6_node_type
8   constants:
9     entity_type: node
10     field_name: sticky
11 process:
12   entity_type: 'constants/entity_type'
13   bundle: type
14   field_name: 'constants/field_name'
15   label:
16     plugin: default_value
17     default_value: 'Sticky at the top of lists'
18   'default_value/0/value': 'options/sticky'
19 destination:
20   plugin: entity:base_field_override
21 migration_dependencies:
22   required:
23     - d6_node_type