You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's what TinyMCE "whispers" into the console (no error).
So, this is a follow-up to a follow-up, to a... 🤦
Actually, this var shouldn't go to $options['backdrop'] but directly to $options as "backdrop" items get fed into tiny as additional editor variables (as strings). A bool is no string. 😜 And the info's only needed in the PreInit event handler, but no plugin needs it afterwards.
That does no harm, as the editor simply ignores the "wrong typed var", which it doesn't need, and shouldn't have got in the first place.
The text was updated successfully, but these errors were encountered:
That's what TinyMCE "whispers" into the console (no error).
So, this is a follow-up to a follow-up, to a... 🤦
Actually, this var shouldn't go to
$options['backdrop']
but directly to$options
as "backdrop" items get fed into tiny as additional editor variables (as strings). A bool is no string. 😜 And the info's only needed in the PreInit event handler, but no plugin needs it afterwards.That does no harm, as the editor simply ignores the "wrong typed var", which it doesn't need, and shouldn't have got in the first place.
The text was updated successfully, but these errors were encountered: