farmOS/modules/core/migrate/config/optional/migrate_plus.migration.farm...

33 lines
657 B
YAML

langcode: en
status: true
dependencies:
enforced:
module:
- farm_migrate
- farm_land
id: farm_migrate_area_none
label: 'Areas of unknown type'
migration_group: farm_migrate_area
migration_tags:
- 'Drupal 7'
- 'farmOS 1.x'
class: Drupal\migrate\Plugin\Migration
field_plugin_method: null
cck_plugin_method: null
source:
plugin: d7_farm_area
destination:
plugin: 'entity:asset'
process:
# Hard-code the bundle.
type:
plugin: default_value
default_value: land
# Hard-code the land type to "other".
land_type:
plugin: default_value
default_value: other
migration_dependencies:
required: { }
optional: { }