|
|
@@ -32,6 +32,7 @@ module.exports = function(crowi) {
|
|
|
config['customize:behavior'] = 'growi';
|
|
|
config['customize:layout'] = 'growi';
|
|
|
config['customize:isSavedStatesOfTabChanges'] = false;
|
|
|
+ // config['customize:isEnabledAttachTitleHeader'] = false;
|
|
|
|
|
|
return config;
|
|
|
}
|
|
|
@@ -91,6 +92,7 @@ module.exports = function(crowi) {
|
|
|
'customize:layout' : 'crowi',
|
|
|
'customize:isEnabledTimeline' : true,
|
|
|
'customize:isSavedStatesOfTabChanges' : true,
|
|
|
+ // 'customize:isEnabledAttachTitleHeader' : true,
|
|
|
};
|
|
|
}
|
|
|
|
|
|
@@ -422,6 +424,12 @@ module.exports = function(crowi) {
|
|
|
return getValueForCrowiNS(config, key);
|
|
|
};
|
|
|
|
|
|
+ // configSchema.statics.isEnabledAttachTitleHeader = function(config)
|
|
|
+ // {
|
|
|
+ // const key = 'customize:isEnabledAttachTitleHeader';
|
|
|
+ // return getValueForCrowiNS(config, key);
|
|
|
+ // };
|
|
|
+
|
|
|
configSchema.statics.fileUploadEnabled = function(config)
|
|
|
{
|
|
|
const Config = this;
|