Merge pull request #4459 from kjac/v8-fix-rte-code-editor-width
V8: Don't open the RTE code editor in "small" sized overlay
This commit is contained in:
@@ -1222,7 +1222,6 @@ function tinyMceService($rootScope, $q, imageHelper, $locale, $http, $timeout, s
|
||||
var aceEditor = {
|
||||
content: args.editor.getContent(),
|
||||
view: 'views/propertyeditors/rte/codeeditor.html',
|
||||
size: 'small',
|
||||
submit: function (model) {
|
||||
args.editor.setContent(model.content);
|
||||
editorService.close();
|
||||
|
||||
Reference in New Issue
Block a user