From ec23bb046d81a37ffacd9961998905ca03665e27 Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Wed, 8 Jan 2020 13:09:56 -0700 Subject: [PATCH] Update app_config.php (#5018) --- app/conference_centers/app_config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/conference_centers/app_config.php b/app/conference_centers/app_config.php index 7b8b38bedd..28930dc42e 100644 --- a/app/conference_centers/app_config.php +++ b/app/conference_centers/app_config.php @@ -204,10 +204,12 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_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 conference center name."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_extension"; $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 conference center extension number."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_pin_length"; @@ -216,10 +218,12 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_greeting"; $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 conference greeting."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_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 center description."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_enabled";