Add farm_client to optional modules.

This commit is contained in:
Michael Stenta 2021-10-28 09:38:40 -04:00
parent 3a42d3515b
commit 459a7fc819
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ function farm_modules() {
'farm_medical' => t('Medical logs'),
'farm_kml' => t('KML export features'),
'farm_import_kml' => t('KML asset importer'),
'farm_client' => t('Field Kit integration'),
],
];
}