diff --git a/src/Plugin/Asset/AssetType/Patch.php b/src/Plugin/Asset/AssetType/Patch.php index 087ab1b..a20ce0c 100644 --- a/src/Plugin/Asset/AssetType/Patch.php +++ b/src/Plugin/Asset/AssetType/Patch.php @@ -34,7 +34,7 @@ class Patch extends FarmAssetType { 'label' => $this->t('Crop/variety'), 'description' => $this->t("Enter this patch asset's crop/variety."), 'target_type' => 'taxonomy_term', - 'target_bundle' => 'crop', + 'target_bundle' => 'plant_type', 'auto_create' => TRUE, 'required' => TRUE, 'multiple' => FALSE,