Initial farm_api module. Depends on jsonapi.

This commit is contained in:
Michael Stenta 2020-06-06 10:21:32 -04:00
parent 263966a906
commit 5f2a6740a4
2 changed files with 8 additions and 0 deletions

View File

@ -20,6 +20,7 @@ function farm_modules() {
'farm_observation' => t('Observation logs'),
'farm_input' => t('Input logs'),
'farm_harvest' => t('Harvest logs'),
'farm_api' => t('farmOS API'),
],
'optional' => [
'farm_seeding' => t('Seeding logs'),

View File

@ -0,0 +1,7 @@
name: farmOS API
description: Provides configuration for the farmOS API.
type: module
package: farmOS
core_version_requirement: ^9
dependencies:
- drupal:jsonapi