Update app_config.php (#5022)

This commit is contained in:
chansizzle 2020-01-08 13:13:45 -07:00 committed by FusionPBX
parent c6295ae86f
commit 8273e17512
1 changed files with 11 additions and 0 deletions

View File

@ -271,10 +271,12 @@
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_type";
$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 type.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_organization";
$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 organization.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_name_prefix";
@ -283,6 +285,7 @@
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_name_given";
$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 given name.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_name_middle";
@ -291,6 +294,7 @@
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_name_family";
$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 family name.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_name_suffix";
@ -299,30 +303,37 @@
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_nickname";
$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 nickname.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_title";
$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 title.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_role";
$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 role.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_category";
$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 category.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_url";
$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 website address.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_time_zone";
$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 time zone.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_note";
$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 notes.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "last_mod_date";