Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit a391fb4

Browse files
improved system notifications
1 parent db516f4 commit a391fb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/models/system-notifications.model.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// system-notifications-model.js - A mongoose model
2-
//
2+
//
33
// See http://mongoosejs.com/docs/models.html
44
// for more of what you can do here.
55
module.exports = function (app) {
@@ -10,7 +10,7 @@ module.exports = function (app) {
1010
content: { type: String },
1111
slot: { type: String },
1212
language: { type: String },
13-
showOnce: { type: Boolean, default: true },
13+
permanent: { type: Boolean, default: false },
1414
requireConfirmation: { type: Boolean, default: false },
1515
active: { type: Boolean, default: true },
1616
totalCount: { type: Number, default: 0 },

0 commit comments

Comments
 (0)