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

Move farm_api, farm_dashboard, farm_login, farm_ui, and farm_settings to base modules.

This commit is contained in:
Michael Stenta 2021-03-18 10:47:40 -04:00
parent 53ceae8122
commit 24def99fb0
2 changed files with 5 additions and 5 deletions

View file

@ -16,6 +16,5 @@ dependencies: { }
# Install modules and theme.
install:
- dblog
- farm_settings
themes:
- gin

View file

@ -19,6 +19,11 @@
function farm_modules() {
return [
'base' => [
'farm_api' => t('farmOS API'),
'farm_dashboard' => t('farmOS Dashboard'),
'farm_login' => t('Login with username or email.'),
'farm_settings' => t('farmOS Settings forms'),
'farm_ui' => t('farmOS UI'),
],
'default' => [
'farm_land' => t('Land assets'),
@ -37,10 +42,6 @@ function farm_modules() {
'farm_role_roles' => t('Default roles: Manager, Worker, Viewer'),
'farm_land_types' => t('Default land types: Property, Field, Bed, Paddock, Landmark, Other'),
'farm_structure_types' => t('Default structure types: Building, Greenhouse'),
'farm_login' => t('Login with username or email.'),
'farm_api' => t('farmOS API'),
'farm_dashboard' => t('farmOS Dashboard'),
'farm_ui' => t('farmOS UI'),
],
'optional' => [
'farm_sensor' => t('Sensor assets'),