From baaf95781e9d1969efe24617b417534c9fddffeb Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 2 Jul 2020 10:54:20 -0600 Subject: [PATCH] Add toggle to number translations --- app/number_translations/app_config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/number_translations/app_config.php b/app/number_translations/app_config.php index 6fb2930c4a..c351b96a73 100644 --- a/app/number_translations/app_config.php +++ b/app/number_translations/app_config.php @@ -86,6 +86,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'number_translation_enabled'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; + $apps[$x]['db'][$y]['fields'][$z]['toggle'] = ['true','false']; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the number translation enabled.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'number_translation_description';