File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
AdminModule/client-side/js/Webcms Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -146,9 +146,10 @@ Webcms.prototype = {
146
146
initTextEditors : function ( ) {
147
147
148
148
$ ( ".editor:not(.k-content)" ) . ckeditor ( {
149
- filebrowserBrowseUrl : basePath + '/admin/filesystem/files-dialog?multi=0' ,
150
- filebrowserImageBrowseUrl : basePath + '/admin/filesystem/files-dialog?filter=images&multi=0'
151
- } ) ;
149
+ filebrowserBrowseUrl : basePath + '/admin/filesystem/files-dialog?multi=0' ,
150
+ filebrowserImageBrowseUrl : basePath + '/admin/filesystem/files-dialog?filter=images&multi=0' ,
151
+ allowedContent : true
152
+ } ) ;
152
153
153
154
}
154
155
} ;
@@ -224,4 +225,4 @@ Filesystem.prototype = {
224
225
$ ( function ( ) {
225
226
webcms = new Webcms ( ) ;
226
227
filesystem = new Filesystem ( ) ;
227
- } ) ;
228
+ } ) ;
You can’t perform that action at this time.
0 commit comments