summaryrefslogtreecommitdiffstats
path: root/web/react/utils
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-12-04 17:36:56 -0800
committerCorey Hulen <corey@hulen.com>2015-12-04 17:36:56 -0800
commitde411b648dd6fe00e0f7c8f0a5741732e15f76ce (patch)
treea8a6a5f424a5ffaf1e6ffb616b3c1d4e3fd42cb0 /web/react/utils
parent265d982fbec9ea342cb443a9b9d024417c871455 (diff)
parent6d09d06c04686073be1ff46ab00e77814e3e5680 (diff)
downloadchat-de411b648dd6fe00e0f7c8f0a5741732e15f76ce.tar.gz
chat-de411b648dd6fe00e0f7c8f0a5741732e15f76ce.tar.bz2
chat-de411b648dd6fe00e0f7c8f0a5741732e15f76ce.zip
Merge pull request #1626 from mattermost/PLT-1355
PLT-1355 Move link preview into pre-release feature
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 3d795f56e..170a16049 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -432,6 +432,10 @@ export default {
MARKDOWN_PREVIEW: {
label: 'markdown_preview', // github issue: https://github.com/mattermost/platform/pull/1389
description: 'Show markdown preview option in message input box'
+ },
+ EMBED_PREVIEW: {
+ label: 'embed_preview',
+ description: 'Show preview snippet of links below message'
}
}
};