Followup: make sure that defualt value is applied in RTE
This commit is contained in:
@@ -30,6 +30,9 @@ angular.module("umbraco")
|
||||
var stylesheets = [];
|
||||
var styleFormats = [];
|
||||
var await = [];
|
||||
if (!editorConfig.maxImageSize) {
|
||||
editorConfig.maxImageSize = tinyMceService.defaultPrevalues().maxImageSize;
|
||||
}
|
||||
|
||||
//queue file loading
|
||||
if (typeof tinymce === "undefined") { // Don't reload tinymce if already loaded
|
||||
|
||||
Reference in New Issue
Block a user