Move farm_material to optional modules.

I think this was mistakenly included in default modules. The
original intention was to make it optional, because its
primary use-case is managing material inventories, which
isn't necessary for the majority of users.
This commit is contained in:
Michael Stenta 2022-04-15 09:00:14 -04:00
parent 1e56b6f8ae
commit 2abe0c5537
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,6 @@ function farm_modules() {
'farm_plant' => t('Plant assets'),
'farm_animal' => t('Animal assets'),
'farm_equipment' => t('Equipment assets'),
'farm_material' => t('Material assets'),
'farm_structure' => t('Structure assets'),
'farm_water' => t('Water assets'),
'farm_activity' => t('Activity logs'),
@ -46,6 +45,7 @@ function farm_modules() {
],
'optional' => [
'farm_inventory' => t('Inventory management'),
'farm_material' => t('Material assets'),
'farm_seed' => t('Seed assets'),
'farm_sensor' => t('Sensor assets'),
'farm_compost' => t('Compost assets'),