|
@@ -21,7 +21,7 @@ module.exports = function(crowi) {
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
- * default values when crowi-plus installed
|
|
|
|
|
|
|
+ * default values when crowi-plus is cleanly installed
|
|
|
*/
|
|
*/
|
|
|
function getArrayForInstalling() {
|
|
function getArrayForInstalling() {
|
|
|
let config = getDefaultCrowiConfigs();
|
|
let config = getDefaultCrowiConfigs();
|
|
@@ -29,6 +29,7 @@ module.exports = function(crowi) {
|
|
|
// overwrite
|
|
// overwrite
|
|
|
config['customize:behavior'] = 'crowi-plus';
|
|
config['customize:behavior'] = 'crowi-plus';
|
|
|
config['customize:layout'] = 'crowi-plus';
|
|
config['customize:layout'] = 'crowi-plus';
|
|
|
|
|
+ config['customize:isSavedStatesOfTabChanges'] = false;
|
|
|
|
|
|
|
|
return config;
|
|
return config;
|
|
|
}
|
|
}
|
|
@@ -70,6 +71,7 @@ module.exports = function(crowi) {
|
|
|
'customize:behavior' : 'crowi',
|
|
'customize:behavior' : 'crowi',
|
|
|
'customize:layout' : 'crowi',
|
|
'customize:layout' : 'crowi',
|
|
|
'customize:isEnabledTimeline' : true,
|
|
'customize:isEnabledTimeline' : true,
|
|
|
|
|
+ 'customize:isSavedStatesOfTabChanges' : true,
|
|
|
};
|
|
};
|
|
|
}
|
|
}
|
|
|
|
|
|