parent
6244f36912
commit
350754b818
@ -1,4 +1,5 @@ |
||||
{ |
||||
"Chatops_Enabled" : "Enable Chatops", |
||||
"Chatops_Title": "Chatops panel" |
||||
"Chatops_Title": "Chatops panel", |
||||
"Chatops_Username": "Chatops username" |
||||
} |
||||
|
||||
@ -1,3 +1,4 @@ |
||||
Meteor.startup -> |
||||
RocketChat.settings.add 'Chatops_Enabled', false, { type: 'boolean', group: 'General', public: true, i18nLabel: "ChatOps Enabled" } |
||||
RocketChat.settings.add 'Chatops_Username', false, { type: 'string', group: 'General', public: true, i18nLabel: "ChatOps User Name" } |
||||
RocketChat.settings.addGroup 'Chatops' |
||||
RocketChat.settings.add 'Chatops_Enabled', false, { type: 'boolean', group: 'Chatops', public: true } |
||||
RocketChat.settings.add 'Chatops_Username', false, { type: 'string', group: 'Chatops', public: true } |
||||
|
||||
Loading…
Reference in new issue