From b2d7073cad55ac035aceff5acd870e98d90529fd Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 3 Apr 2018 00:58:55 -0600 Subject: [PATCH] Update app_config.php --- app/email_templates/app_config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/email_templates/app_config.php b/app/email_templates/app_config.php index e2e0303938..bcde72f2ec 100644 --- a/app/email_templates/app_config.php +++ b/app/email_templates/app_config.php @@ -72,6 +72,10 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $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]['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]['description']['en-us'] = 'Set the status of the template.';