Merge pull request #1626 from mattermost/PLT-1355

PLT-1355 Move link preview into pre-release feature
Этот коммит содержится в:
Corey Hulen
2015-12-04 17:36:56 -08:00
родитель 265d982fbe 6d09d06c04
Коммит de411b648d
3 изменённых файлов: 14 добавлений и 7 удалений

Просмотреть файл

@@ -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'
}
}
};