d6_node_type.yml 657 B

1234567891011121314151617181920212223242526
  1. id: d6_node_type
  2. label: Node type configuration
  3. migration_tags:
  4. - Drupal 6
  5. source:
  6. plugin: d6_node_type
  7. constants:
  8. preview: 1 # DRUPAL_OPTIONAL
  9. create_body: false
  10. process:
  11. type: type
  12. name: name
  13. module: module
  14. description: description
  15. help: help
  16. title_label: title_label
  17. 'preview_mode': 'constants/preview'
  18. 'display_submitted': display_submitted
  19. 'new_revision': 'options/revision'
  20. 'settings/node/options': options
  21. create_body: has_body
  22. create_body_label: body_label
  23. 'third_party_settings/menu_ui/available_menus': available_menus
  24. 'third_party_settings/menu_ui/parent': parent
  25. destination:
  26. plugin: entity:node_type