diff --git a/application/Espo/Core/defaults/config.php b/application/Espo/Core/defaults/config.php index c952a71a5d..8ea962e518 100644 --- a/application/Espo/Core/defaults/config.php +++ b/application/Espo/Core/defaults/config.php @@ -95,7 +95,7 @@ return array ( 'Lead', 'Opportunity', ), - "tabList" => ["Account", "Contact", "Lead", "Opportunity", "Calendar", "Meeting", "Call", "Task", "Case", "Email", "Document", "Campaign", "KnowledgeBaseArticle"], + "tabList" => ["Account", "Contact", "Lead", "Opportunity", "Case", "Email", "Calendar", "Meeting", "Call", "Task", "_delimiter_", "Document", "Campaign", "KnowledgeBaseArticle", "Stream", "User"], "quickCreateList" => ["Account", "Contact", "Lead", "Opportunity", "Meeting", "Call", "Task", "Case", "Email"], 'exportDisabled' => false, 'assignmentEmailNotifications' => false, @@ -110,7 +110,7 @@ return array ( 'followCreatedEntities' => false, 'b2cMode' => false, 'restrictedMode' => false, - 'theme' => 'Espo', + 'theme' => 'HazyblueVertical', 'massEmailMaxPerHourCount' => 100, 'personalEmailMaxPortionSize' => 10, 'inboundEmailMaxPortionSize' => 20,