forked from Techsystech/web
Merge pull request #419 from Tecnativa/9.0-web_translate_dialog
[FIX][web_translate_dialog] Add codeview button to translate HTML fields9.0
commit
531f1195d8
|
@ -95,6 +95,7 @@ var translateDialog = Dialog.extend({
|
||||||
['para', ['ul', 'ol', 'paragraph']],
|
['para', ['ul', 'ol', 'paragraph']],
|
||||||
['table', ['table']],
|
['table', ['table']],
|
||||||
['insert', ['link', 'picture']],
|
['insert', ['link', 'picture']],
|
||||||
|
['misc', ['codeview']],
|
||||||
['history', ['undo', 'redo']]
|
['history', ['undo', 'redo']]
|
||||||
],
|
],
|
||||||
'prettifyHtml': false,
|
'prettifyHtml': false,
|
||||||
|
|
Loading…
Reference in New Issue