summaryrefslogtreecommitdiffstats
path: root/webapp/utils/constants.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/utils/constants.jsx')
-rw-r--r--webapp/utils/constants.jsx6
1 files changed, 6 insertions, 0 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index 24d1d6b19..05068f4ea 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -759,6 +759,12 @@ export const Constants = {
NotificationPrefs: {
MENTION: 'mention'
},
+ Integrations: {
+ COMMAND: 'commands',
+ INCOMING_WEBHOOK: 'incoming_webhooks',
+ OUTGOING_WEBHOOK: 'outgoing_webhooks',
+ OAUTH_APP: 'oauth2-apps'
+ },
FeatureTogglePrefix: 'feature_enabled_',
PRE_RELEASE_FEATURES: {
MARKDOWN_PREVIEW: {