d7_field_group.yml 530 B

12345678910111213141516171819202122232425262728
  1. id: d7_field_group
  2. label: Field groups
  3. migration_tags:
  4. - Drupal 7
  5. source:
  6. plugin: d7_field_group
  7. process:
  8. entity_type: entity_type
  9. bundle: bundle
  10. mode:
  11. plugin: static_map
  12. source: mode
  13. bypass: true
  14. map:
  15. form: default
  16. type:
  17. plugin: static_map
  18. source: mode
  19. default_value: entity_view_display
  20. map:
  21. form: entity_form_display
  22. group_name: group_name
  23. settings: settings
  24. destination:
  25. plugin: d7_field_group
  26. migration_dependencies:
  27. required:
  28. - d7_field_formatter_settings