Add toggle to number translations

This commit is contained in:
FusionPBX 2020-07-02 10:54:20 -06:00 committed by GitHub
parent 64ca990012
commit baaf95781e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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';