summaryrefslogtreecommitdiffstats
path: root/web/react/utils
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-02-26 09:40:03 -0500
committerJoram Wilander <jwawilander@gmail.com>2016-02-26 09:40:03 -0500
commit63864c15dd614a5aef2444ef9335135845abbed4 (patch)
tree4f308fa0396630b56e79f1d99de456a5e8dfcf5e /web/react/utils
parent42c78959a4c34b40afc755cfdd7326e0da891610 (diff)
parent8e3455943142da74be8b13632c0127f8248618cd (diff)
downloadchat-63864c15dd614a5aef2444ef9335135845abbed4.tar.gz
chat-63864c15dd614a5aef2444ef9335135845abbed4.tar.bz2
chat-63864c15dd614a5aef2444ef9335135845abbed4.zip
Merge pull request #2027 from mozilla/PLT-1751
PLT-1751: Add the ability to collapse a link preview
Diffstat (limited to 'web/react/utils')
-rw-r--r--web/react/utils/constants.jsx4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx
index 766a86686..0a4944708 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -479,6 +479,10 @@ export default {
EMBED_PREVIEW: {
label: 'embed_preview',
description: 'Show preview snippet of links below message'
+ },
+ EMBED_TOGGLE: {
+ label: 'embed_toggle',
+ description: 'Show toggle for all embed previews'
}
},
OVERLAY_TIME_DELAY: 400,