Update app_config.php
This commit is contained in:
parent
f4c9284a41
commit
e6edbd420f
|
|
@ -70,6 +70,9 @@
|
|||
$apps[$x]['permissions'][$y]['name'] = "phrase_domain";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
|
||||
//cache details
|
||||
$apps[$x]['cache']['key'] = "languages.\${phrase_language}";
|
||||
|
||||
//schema details
|
||||
$y=0;
|
||||
$apps[$x]['db'][$y]['table']['name'] = "v_phrases";
|
||||
|
|
@ -168,4 +171,4 @@
|
|||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue