diff --git a/farm.profile b/farm.profile index ffead103..01ce356f 100644 --- a/farm.profile +++ b/farm.profile @@ -54,6 +54,7 @@ function farm_modules() { 'farm_lab_test' => t('Lab test logs'), 'farm_birth' => t('Birth logs'), 'farm_medical' => t('Medical logs'), + 'farm_import_csv' => t('CSV importer'), 'farm_kml' => t('KML export features'), 'farm_import_kml' => t('KML asset importer'), 'farm_fieldkit' => t('Field Kit integration'), diff --git a/modules/core/import/modules/csv/farm_import_csv.info.yml b/modules/core/import/modules/csv/farm_import_csv.info.yml new file mode 100644 index 00000000..50a2b101 --- /dev/null +++ b/modules/core/import/modules/csv/farm_import_csv.info.yml @@ -0,0 +1,7 @@ +name: farmOS Import CSV +description: Provides CSV import features for farmOS. +type: module +package: farmOS +core_version_requirement: ^9 +dependencies: + - farm:farm_import