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
.. Replace v5 API methods like `editor.addButton`, `editor.addMenuItem`, `editor.windowManager.open`.
125
125
.. Update media embed handling (`media_url_resolver` API changes). see xref:media.adoc#media_url_resolver[media_url_resolver].
126
126
. **CSS Updates**:
127
-
.. Remove `.mce-*` classes and use `.tox-*` classes.
128
-
.. Review custom skins and stylesheets for compatibility with Oxide.
127
+
.. Update custom styles to align with the new Oxide standard. While many `+.mce-*+` classes have been replaced with `+.tox-*+` classes, some `+.mce-*+` prefixes remain in use. Review your CSS to ensure compatibility.
129
128
. **Testing and Deployment**:
130
129
.. Thoroughly test your updated configuration before production deployment.
131
130
.. Validate media, iframe, and content security settings.
0 commit comments