You are here

d6_node_setting_promote.yml in Drupal 8

Same filename and directory in other branches
  1. 9 core/modules/node/migrations/d6_node_setting_promote.yml
core/modules/node/migrations/d6_node_setting_promote.yml

File

core/modules/node/migrations/d6_node_setting_promote.yml
View source
  1. id: d6_node_setting_promote
  2. label: Node type 'promote' 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: promote
  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: 'Promoted to front page'
  18. 'default_value/0/value': 'options/promote'
  19. destination:
  20. plugin: entity:base_field_override
  21. migration_dependencies:
  22. required:
  23. - d6_node_type