You are here

user_profile_field_instance.yml in Zircon Profile 8

core/modules/user/migration_templates/user_profile_field_instance.yml

File

core/modules/user/migration_templates/user_profile_field_instance.yml
View source
  1. id: user_profile_field_instance
  2. label: User profile field instance configuration
  3. migration_tags:
  4. - Drupal 6
  5. - Drupal 7
  6. source:
  7. plugin: profile_field
  8. constants:
  9. entity_type: user
  10. bundle: user
  11. process:
  12. entity_type: 'constants/entity_type'
  13. bundle: 'constants/bundle'
  14. label: title
  15. description: explanation
  16. field_name: name
  17. required: required
  18. destination:
  19. plugin: entity:field_config
  20. migration_dependencies:
  21. required:
  22. - user_profile_field