Update app_config.php

This commit is contained in:
FusionPBX
2018-04-03 00:58:55 -06:00
committed by GitHub
parent aea1d60054
commit a7c4b0ae17

View File

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