edit/page: prevent hover title on ckeditor frame
authorMischa POSLAWSKY <perl@shiar.org>
Tue, 14 Aug 2018 02:54:03 +0000 (04:54 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 25 Aug 2018 21:06:04 +0000 (23:06 +0200)
edit/page.js

index c89c13e518396ea3f9e0d2c869674810aeda4d2b..cdf1f211276f10ab13214fd0e38229c13de602f9 100644 (file)
@@ -121,6 +121,7 @@ CKEDITOR.on('instanceCreated', function (event) {
                config.toolbarCanCollapse = true;
                config.floatSpacePreferRight = true;
                config.floatSpaceDockedOffsetY = 0;
                config.toolbarCanCollapse = true;
                config.floatSpacePreferRight = true;
                config.floatSpaceDockedOffsetY = 0;
+               config.title = false;
                config.startupFocus = true;
 
                config.disableObjectResizing = true;
                config.startupFocus = true;
 
                config.disableObjectResizing = true;