diff --git a/app/ring_groups/app_config.php b/app/ring_groups/app_config.php index 5db07a7546..228548ca25 100644 --- a/app/ring_groups/app_config.php +++ b/app/ring_groups/app_config.php @@ -162,6 +162,10 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the extension."; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_greeting"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the greeting."; + $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_context"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the context."; @@ -313,4 +317,4 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "user_uuid"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; -?> \ No newline at end of file +?>