switch to farmos core plant_type crop taxonomy

This commit is contained in:
2024-12-12 17:36:26 +01:00
parent 3d53a8e551
commit 07a7b33f89

View File

@@ -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,