Update app_config.php (#5039)
This commit is contained in:
parent
9fe84a2b7d
commit
ac1ebb6f6e
|
|
@ -149,16 +149,19 @@
|
|||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "recording_filename";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "filename";
|
||||
$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'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "recording_name";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "recordingname";
|
||||
$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'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "recording_description";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "descr";
|
||||
$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'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "recording_base64";
|
||||
|
|
|
|||
Loading…
Reference in New Issue