d6_node_setting_sticky.yml in Drupal 8
Same filename and directory in other branches
core/modules/node/migrations/d6_node_setting_sticky.yml
File
core/modules/node/migrations/d6_node_setting_sticky.ymlView source
- id: d6_node_setting_sticky
- label: Node type 'sticky' setting
- migration_tags:
- - Drupal 6
- - Configuration
- 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