From 95665aa677721b1c2dbca1849554bd6f274e4d3a Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Wed, 8 Jan 2020 20:38:23 -0700 Subject: [PATCH] Update app_config.php (#5029) --- app/email_templates/app_config.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/email_templates/app_config.php b/app/email_templates/app_config.php index bcde72f2ec..1dd6e46864 100644 --- a/app/email_templates/app_config.php +++ b/app/email_templates/app_config.php @@ -54,34 +54,42 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'template_language'; $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 language.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'template_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'] = 'Select the category.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'template_subcategory'; $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 subcategory.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'template_subject'; $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 template subject.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'template_body'; $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 template body.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'template_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'] = 'Set the type as html or text.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'template_enabled'; $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'] = 'Set the status of the template.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'template_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.'; $z++;