Этот коммит содержится в:
Christopher Speller
2016-03-21 10:20:35 -04:00
родитель 85837efe06
Коммит a3872e5f5e
6 изменённых файлов: 49 добавлений и 75 удалений

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

@@ -428,6 +428,21 @@ export default {
id: 'mentionHighlightLink',
uiName: 'Mention Highlight Link'
},
{
group: 'linkAndButtonElements',
id: 'linkColor',
uiName: 'Link Color'
},
{
group: 'linkAndButtonElements',
id: 'buttonBg',
uiName: 'Button BG'
},
{
group: 'linkAndButtonElements',
id: 'buttonColor',
uiName: 'Button Text'
},
{
group: 'centerChannelElements',
id: 'codeTheme',
@@ -458,21 +473,6 @@ export default {
iconURL: monokaiIcon
}
]
},
{
group: 'linkAndButtonElements',
id: 'linkColor',
uiName: 'Link Color'
},
{
group: 'linkAndButtonElements',
id: 'buttonBg',
uiName: 'Button BG'
},
{
group: 'linkAndButtonElements',
id: 'buttonColor',
uiName: 'Button Text'
}
],
DEFAULT_CODE_THEME: 'github',