|
@@ -179,6 +179,7 @@ module.exports = function(crowi) {
|
|
|
image: crowi.fileUploadService.getIsUploadable(),
|
|
image: crowi.fileUploadService.getIsUploadable(),
|
|
|
file: crowi.fileUploadService.getFileUploadEnabled(),
|
|
file: crowi.fileUploadService.getFileUploadEnabled(),
|
|
|
},
|
|
},
|
|
|
|
|
+ registrationWhiteList: crowi.configManager.getConfig('crowi', 'security:registrationWhiteList'),
|
|
|
behaviorType: crowi.configManager.getConfig('crowi', 'customize:behavior'),
|
|
behaviorType: crowi.configManager.getConfig('crowi', 'customize:behavior'),
|
|
|
layoutType: crowi.configManager.getConfig('crowi', 'customize:layout'),
|
|
layoutType: crowi.configManager.getConfig('crowi', 'customize:layout'),
|
|
|
themeType: crowi.configManager.getConfig('crowi', 'customize:theme'),
|
|
themeType: crowi.configManager.getConfig('crowi', 'customize:theme'),
|