|
@@ -112,7 +112,6 @@ module.exports = function(crowi) {
|
|
|
'customize:behavior' : 'crowi',
|
|
'customize:behavior' : 'crowi',
|
|
|
'customize:layout' : 'crowi',
|
|
'customize:layout' : 'crowi',
|
|
|
'customize:isEnabledTimeline' : true,
|
|
'customize:isEnabledTimeline' : true,
|
|
|
- 'customize:isEnabledDeleteCompletely' : false,
|
|
|
|
|
'customize:isSavedStatesOfTabChanges' : true,
|
|
'customize:isSavedStatesOfTabChanges' : true,
|
|
|
'customize:isEnabledAttachTitleHeader' : false,
|
|
'customize:isEnabledAttachTitleHeader' : false,
|
|
|
'customize:showRecentCreatedNumber' : 10,
|
|
'customize:showRecentCreatedNumber' : 10,
|
|
@@ -381,11 +380,6 @@ module.exports = function(crowi) {
|
|
|
return getValueForCrowiNS(config, key);
|
|
return getValueForCrowiNS(config, key);
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
- configSchema.statics.isEnabledDeleteCompletely = function(config) {
|
|
|
|
|
- const key = 'security:isEnabledDeleteCompletely';
|
|
|
|
|
- return getValueForCrowiNS(config, key);
|
|
|
|
|
- };
|
|
|
|
|
-
|
|
|
|
|
configSchema.statics.isEnabledPlugins = function(config) {
|
|
configSchema.statics.isEnabledPlugins = function(config) {
|
|
|
const key = 'plugin:isEnabledPlugins';
|
|
const key = 'plugin:isEnabledPlugins';
|
|
|
return getValueForCrowiNS(config, key);
|
|
return getValueForCrowiNS(config, key);
|
|
@@ -552,11 +546,6 @@ module.exports = function(crowi) {
|
|
|
return getValueForCrowiNS(config, key);
|
|
return getValueForCrowiNS(config, key);
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
- configSchema.statics.isEnabledDeleteCompletely = function(config) {
|
|
|
|
|
- const key = 'isEnabledDeleteCompletely';
|
|
|
|
|
- return getValueForCrowiNS(config, key);
|
|
|
|
|
- };
|
|
|
|
|
-
|
|
|
|
|
configSchema.statics.isSavedStatesOfTabChanges = function(config) {
|
|
configSchema.statics.isSavedStatesOfTabChanges = function(config) {
|
|
|
const key = 'customize:isSavedStatesOfTabChanges';
|
|
const key = 'customize:isSavedStatesOfTabChanges';
|
|
|
return getValueForCrowiNS(config, key);
|
|
return getValueForCrowiNS(config, key);
|