diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index a057955b33..0a013c39f1 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -177,6 +177,14 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the data."; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_alternate_app"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the alternate application."; + $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_alternate_data"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the alternate data."; + $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_enabled"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";