Remove old zoom_levels property from bed area type.

This commit is contained in:
Michael Stenta 2020-03-18 13:15:29 -04:00
parent 42fd841e69
commit 09411cbb31
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ function farm_crop_area_types_farm_area_type_info() {
'bed' => array(
'label' => t('Bed'),
'style' => 'green',
'zoom_levels' => array(18, 19, 20, 21, 22, 23, 24),
'weight' => -5,
'dashboard_metric' => TRUE,
),