Add toggle to number translations
This commit is contained in:
@@ -86,6 +86,7 @@
|
|||||||
$z++;
|
$z++;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'number_translation_enabled';
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'number_translation_enabled';
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
$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.';
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the number translation enabled.';
|
||||||
$z++;
|
$z++;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'number_translation_description';
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'number_translation_description';
|
||||||
|
|||||||
Reference in New Issue
Block a user