Rename globalSwitchoff to disableCommenting.

This commit is contained in:
Fabian Neumann
2018-05-11 12:21:13 +02:00
parent d731357001
commit bae20c38ec
10 changed files with 36 additions and 36 deletions
+2 -2
View File
@@ -66,11 +66,11 @@ const Setting = new Schema(
type: String,
default: 'Expired',
},
globalSwitchoffEnable: {
disableCommenting: {
type: Boolean,
default: false,
},
globalSwitchoffMessage: {
disableCommentingMessage: {
type: String,
default: '',
},