Project

General

Profile

Bug #101202

Updated by David Bruchmann 10 months ago

Before updating TYPO3 I always got the inspector shown, with TYPO3 v12.4.2 this option is gone, instead I get an error shown: 

 !clipboard-202306292220-sy4sf.png! 

 the link on the right side of the screenshot leads to this codeblock in ckeditor5.js: 

 <pre> 
                 this.options.debug && window.CKEditorInspector.attach(t, { 
                     isCollapsed: !0 
                 }) 
 </pre> 

Back