Update app_config.php (#4391)

This commit is contained in:
chansizzle 2019-07-27 08:05:51 -06:00 committed by FusionPBX
parent 764078a9fd
commit 185bdfeaaa
1 changed files with 8 additions and 0 deletions

View File

@ -86,6 +86,14 @@
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "background color of the active domain in the side menu Domain selector";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "c25a2c3b-20f0-4110-a7c8-7d0304aa7f2c";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "theme";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "domain_active_text_color_hover";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "#5082ca";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "text hover color of the active domain in the side menu Domain selector";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "1affbed5-383e-4562-8c17-d9b534328649";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "theme";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "logout_icon_color";