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

Commit fa8a729

Browse files
committed
feature/system-notifcations - added language to system notifications
1 parent ee76c18 commit fa8a729

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/models/system-notifications.model.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = function (app) {
99
title: { type: String },
1010
content: { type: String },
1111
slot: { type: String },
12+
language: { type: String },
1213
showOnce: { type: Boolean, default: true },
1314
requireConfirmation: { type: Boolean, default: false },
1415
active: { type: Boolean, default: true },

0 commit comments

Comments
 (0)