|
@@ -136,6 +136,7 @@ export const defaultCrowiConfigs: { [key: string]: any } = {
|
|
|
'customize:isAllReplyShown': false,
|
|
'customize:isAllReplyShown': false,
|
|
|
'customize:isSearchScopeChildrenAsDefault': false,
|
|
'customize:isSearchScopeChildrenAsDefault': false,
|
|
|
'customize:isSidebarDrawerMode': false,
|
|
'customize:isSidebarDrawerMode': false,
|
|
|
|
|
+ 'customize:isSidebarClosedAtDockMode': false,
|
|
|
|
|
|
|
|
'notification:owner-page:isEnabled': false,
|
|
'notification:owner-page:isEnabled': false,
|
|
|
'notification:group-page:isEnabled': false,
|
|
'notification:group-page:isEnabled': false,
|
|
@@ -244,6 +245,7 @@ schema.statics.getLocalconfig = function(crowi) {
|
|
|
pageLimitationL: crowi.configManager.getConfig('crowi', 'customize:showPageLimitationL'),
|
|
pageLimitationL: crowi.configManager.getConfig('crowi', 'customize:showPageLimitationL'),
|
|
|
pageLimitationXL: crowi.configManager.getConfig('crowi', 'customize:showPageLimitationXL'),
|
|
pageLimitationXL: crowi.configManager.getConfig('crowi', 'customize:showPageLimitationXL'),
|
|
|
isSidebarDrawerMode: crowi.configManager.getConfig('crowi', 'customize:isSidebarDrawerMode'),
|
|
isSidebarDrawerMode: crowi.configManager.getConfig('crowi', 'customize:isSidebarDrawerMode'),
|
|
|
|
|
+ isSidebarClosedAtDockMode: crowi.configManager.getConfig('crowi', 'customize:isSidebarClosedAtDockMode'),
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
return localConfig;
|
|
return localConfig;
|