[FIX] Add codeview button to translate HTML fields

pull/419/head
Antonio Espinosa 2016-09-13 10:09:07 +02:00
parent d79a4c20ba
commit 0a3984294c
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ var translateDialog = Dialog.extend({
['para', ['ul', 'ol', 'paragraph']],
['table', ['table']],
['insert', ['link', 'picture']],
['misc', ['codeview']],
['history', ['undo', 'redo']]
],
'prettifyHtml': false,