You are here

d6_comment_entity_form_display.yml in Zircon Profile 8

core/modules/comment/migration_templates/d6_comment_entity_form_display.yml

File

core/modules/comment/migration_templates/d6_comment_entity_form_display.yml
View source
  1. id: d6_comment_entity_form_display
  2. label: Comment field form display configuration
  3. migration_tags:
  4. - Drupal 6
  5. source:
  6. plugin: d6_comment_variable
  7. constants:
  8. entity_type: node
  9. field_name: comment
  10. form_mode: default
  11. options:
  12. type: comment_default
  13. weight: 20
  14. process:
  15. entity_type: 'constants/entity_type'
  16. field_name: 'constants/field_name'
  17. form_mode: 'constants/form_mode'
  18. options: 'constants/options'
  19. bundle: node_type
  20. destination:
  21. plugin: component_entity_form_display
  22. migration_dependencies:
  23. required:
  24. - d6_comment_field_instance