Update app_config.php (#5042)

* Update app_config.php
This commit is contained in:
chansizzle 2020-01-08 20:47:44 -07:00 committed by FusionPBX
parent 70a374d19b
commit cd2676a296
1 changed files with 3 additions and 0 deletions

View File

@ -53,10 +53,12 @@
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'stream_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 name.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'stream_location';
$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 location.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'stream_enabled';
@ -65,6 +67,7 @@
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'stream_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++;