I have a rich text editor item and selected tinyMCE as the library. I'd like to use the inline feature but can't seem to get it to work. If I try to initialise it using options.editorOptions.inline = true; I get an error saying “Cannot read properties of null (reading 'removeAttribute').” The documentation for tinyMCE says to call “inline : true” which, obviously is used if you're using the tinyMCE libraries directly.
Does anyone know what the initialisation command should be? Or even if it's included in the Apex version of tinyMCE?