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

Initial farmOS Import CSV module.

This commit is contained in:
Michael Stenta 2023-08-16 11:33:38 -04:00
parent f39bb332d6
commit b8c0b47d0c
2 changed files with 8 additions and 0 deletions

View file

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

View file

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