- Create Newsletter Page: MailingList (without the class style, using Gulp tasks)#94
This commit is contained in:
18
src/server/tools/shared_nodejs.js
Normal file
18
src/server/tools/shared_nodejs.js
Normal file
@@ -0,0 +1,18 @@
|
||||
module.exports = {
|
||||
|
||||
Permissions: {
|
||||
Admin: 1,
|
||||
Manager: 2,
|
||||
Teacher: 4,
|
||||
},
|
||||
|
||||
MessageOptions: {
|
||||
Notify_ByEmail: 2,
|
||||
Notify_ByPushNotification: 4
|
||||
},
|
||||
|
||||
fieldsUserToChange() {
|
||||
return ['_id', 'username', 'email', 'cell', 'name', 'surname', 'perm', 'date_reg', 'verified_email', 'img', 'ipaddr', 'lasttimeonline', 'profile', 'news_on']
|
||||
}
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user