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.';