summaryrefslogtreecommitdiffstats
path: root/web/react/utils/constants.jsx
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-12-04 12:25:05 -0800
committer=Corey Hulen <corey@hulen.com>2015-12-04 12:25:05 -0800
commit6d09d06c04686073be1ff46ab00e77814e3e5680 (patch)
tree4d7285912c7704503de6d2962cfece9b172d4662 /web/react/utils/constants.jsx
parent975074b2ae2692f596edb263bb27727b43f33489 (diff)
downloadchat-6d09d06c04686073be1ff46ab00e77814e3e5680.tar.gz
chat-6d09d06c04686073be1ff46ab00e77814e3e5680.tar.bz2
chat-6d09d06c04686073be1ff46ab00e77814e3e5680.zip
PLT-1355 Move link preview into pre-release feature
Diffstat (limited to 'web/react/utils/constants.jsx')
-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 b641e966b..b7703f7bc 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -429,6 +429,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'
}
}
};