You are here

d6_node_setting_status.yml in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/node/migration_templates/d6_node_setting_status.yml
core/modules/node/migration_templates/d6_node_setting_status.yml

File

core/modules/node/migration_templates/d6_node_setting_status.yml
View source
  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. 'default_value/0/value': 'options/status'
  15. destination:
  16. plugin: entity:base_field_override
  17. migration_dependencies:
  18. required:
  19. - d6_node_type