|
@@ -111,8 +111,8 @@ module.exports = function(crowi) {
|
|
|
'customize:isEnabledTimeline' : true,
|
|
'customize:isEnabledTimeline' : true,
|
|
|
'customize:isSavedStatesOfTabChanges' : true,
|
|
'customize:isSavedStatesOfTabChanges' : true,
|
|
|
'customize:isEnabledAttachTitleHeader' : false,
|
|
'customize:isEnabledAttachTitleHeader' : false,
|
|
|
- 'customize:showPageLimitationS' : 10,
|
|
|
|
|
- 'customize:showPageLimitationM' : 10,
|
|
|
|
|
|
|
+ // 'customize:showPageLimitationS' : 10,
|
|
|
|
|
+ // 'customize:showPageLimitationM' : 10,
|
|
|
'customize:isEnabledStaleNotification': false,
|
|
'customize:isEnabledStaleNotification': false,
|
|
|
'customize:isAllReplyShown': false,
|
|
'customize:isAllReplyShown': false,
|
|
|
|
|
|
|
@@ -219,8 +219,8 @@ module.exports = function(crowi) {
|
|
|
MATHJAX: env.MATHJAX || null,
|
|
MATHJAX: env.MATHJAX || null,
|
|
|
NO_CDN: env.NO_CDN || null,
|
|
NO_CDN: env.NO_CDN || null,
|
|
|
},
|
|
},
|
|
|
- pageLimitationS: crowi.configManager.getConfig('crowi', 'customize:showPageLimitationS'),
|
|
|
|
|
- pageLimitationM: crowi.configManager.getConfig('crowi', 'customize:showPageLimitationM'),
|
|
|
|
|
|
|
+ // pageLimitationS: crowi.configManager.getConfig('crowi', 'customize:showPageLimitationS'),
|
|
|
|
|
+ // pageLimitationM: crowi.configManager.getConfig('crowi', 'customize:showPageLimitationM'),
|
|
|
isEnabledStaleNotification: crowi.configManager.getConfig('crowi', 'customize:isEnabledStaleNotification'),
|
|
isEnabledStaleNotification: crowi.configManager.getConfig('crowi', 'customize:isEnabledStaleNotification'),
|
|
|
isAclEnabled: crowi.aclService.isAclEnabled(),
|
|
isAclEnabled: crowi.aclService.isAclEnabled(),
|
|
|
isSearchServiceConfigured: crowi.searchService.isConfigured,
|
|
isSearchServiceConfigured: crowi.searchService.isConfigured,
|