You are here

d7_field_instance_widget_settings_location.yml in Geolocation Field 8.3

modules/geolocation_address/migrations/d7_field_instance_widget_settings_location.yml

File

modules/geolocation_address/migrations/d7_field_instance_widget_settings_location.yml
View source
  1. id: d7_field_instance_widget_settings_location
  2. label: Geolocation field instance widget configuration for Location
  3. migration_tags:
  4. - Drupal 7
  5. - Configuration
  6. deriver: Drupal\geolocation_address\Plugin\migrate\D7LocationFieldDeriver
  7. source:
  8. plugin: d7_field_widget_settings_location
  9. constants:
  10. form_mode: default
  11. widget_type: geolocation_latlng
  12. settings: []
  13. third_party_settings: { }
  14. process:
  15. entity_type: entity_type
  16. bundle: bundle
  17. field_name: geolocation_field_name
  18. form_mode: constants/form_mode
  19. 'options/weight': widget/weight
  20. 'options/type': constants/widget_type
  21. 'options/settings': constants/settings
  22. 'options/third_party_settings': constants/third_party_settings
  23. destination:
  24. plugin: component_entity_form_display
  25. migration_dependencies:
  26. required:
  27. - d7_field_instance_location