You are here

d7_field_instance_location.yml in Geolocation Field 8.3

modules/geolocation_address/migrations/d7_field_instance_location.yml

File

modules/geolocation_address/migrations/d7_field_instance_location.yml
View source
  1. id: d7_field_instance_location
  2. label: Geolocation field instance for Location
  3. migration_tags:
  4. - Drupal 7
  5. - Configuration
  6. deriver: Drupal\geolocation_address\Plugin\migrate\D7LocationFieldDeriver
  7. source:
  8. plugin: d7_field_instance_location
  9. constants:
  10. status: true
  11. langcode: und
  12. type: geolocation
  13. label_prefix: 'Geolocation of '
  14. settings: []
  15. default_value: []
  16. process:
  17. type: constants/type
  18. entity_type: entity_type
  19. field_name: geolocation_field_name
  20. bundle: bundle
  21. label:
  22. plugin: concat
  23. source:
  24. - constants/label_prefix
  25. - label
  26. required: required
  27. status: constants/status
  28. settings: constants/settings
  29. default_value_function: ''
  30. default_value: constants/default_value
  31. translatable: translatable
  32. destination:
  33. plugin: entity:field_config
  34. migration_dependencies:
  35. required:
  36. - d7_field_location