Update app_config.php (#5020)

This commit is contained in:
chansizzle 2020-01-08 13:11:28 -07:00 committed by FusionPBX
parent bec0c0f013
commit d39aa28444
1 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,7 @@
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "profile_name";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['search'] = 'true';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the profile name.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "profile_enabled";
@ -87,6 +88,7 @@
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "profile_description";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['search'] = 'true';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description.";
$y++;