PLT-1355 Move link preview into pre-release feature

Этот коммит содержится в:
=Corey Hulen
2015-12-04 12:25:05 -08:00
родитель 975074b2ae
Коммит 6d09d06c04
3 изменённых файлов: 14 добавлений и 7 удалений

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

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