diff --git a/migration_helpers.api.php b/migration_helpers.api.php new file mode 100644 index 0000000..22b6e79 --- /dev/null +++ b/migration_helpers.api.php @@ -0,0 +1,38 @@ + 'Public Memory', + 'Housing' => 'Social Cohesion', + 'Health' => 'Health Equity', + 'Education' => FALSE, + 'Equity' => FALSE, + 'Office Space' => FALSE, + 'Other' => FALSE, + ]; + migration_helpers_move_terms( + destination_vocabulary: 'focus_area', + source_field: 'field_design_type', + destination_field: 'field_focus', + bundle: 'work', + mapping: $mapping, + ); +}