3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Merge farm_plant_type module into farm_plant module.

This commit is contained in:
Michael Stenta 2021-01-04 10:28:18 -05:00
parent ad316ce16e
commit f6a8a9d0ae
19 changed files with 5 additions and 13 deletions

View file

@ -3,7 +3,7 @@ status: true
dependencies:
enforced:
module:
- farm_plant_type
- farm_plant
name: Crop family
vid: crop_family
description: 'A list of crop families.'

View file

@ -3,7 +3,7 @@ status: true
dependencies:
enforced:
module:
- farm_plant_type
- farm_plant
name: Crops/Varieties
vid: plant_type
description: 'A list of crops/varieties.'

View file

@ -6,4 +6,3 @@ core_version_requirement: ^9
dependencies:
- farm:farm_entity
- farm:farm_season
- farm:farm_plant_type

View file

@ -4,7 +4,7 @@ dependencies:
enforced:
module:
- farm_migrate
- farm_plant_type
- farm_plant
id: farm_migrate_taxonomy_crop_family
label: 'Taxonomy terms (Crop family)'
migration_group: farm_migrate_taxonomy

View file

@ -4,7 +4,7 @@ dependencies:
enforced:
module:
- farm_migrate
- farm_plant_type
- farm_plant
id: farm_migrate_taxonomy_plant_type
label: 'Taxonomy terms (Plant type)'
migration_group: farm_migrate_taxonomy

View file

@ -4,7 +4,7 @@ dependencies:
enforced:
module:
- farm_migrate
- farm_plant_type
- farm_plant
id: farm_migrate_taxonomy_plant_type_field_companions
label: 'Plant type companion references'
migration_group: farm_migrate_reference

View file

@ -1,7 +0,0 @@
name: Plant type vocabularies
description: Provides a Crop family and Crops/Varieties vocabulary for farmOS.
type: module
package: farmOS Taxonomies
core_version_requirement: ^9
dependencies:
- drupal:taxonomy