Skip to content

Commit c7aef33

Browse files
Update modules/ROOT/pages/migration-from-7x.adoc
Co-authored-by: Andrew Herron <[email protected]>
1 parent c66b094 commit c7aef33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/migration-from-7x.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,14 +299,14 @@ tinymce.init({
299299
. If you're using content_css from a different domain:
300300

301301
* The `content_css_cors` option takes precedence for stylesheets.
302-
* Review your content_css configuration if you use cross-origin stylesheets.
302+
* Review your `content_css` configuration if you use cross-origin stylesheets.
303303

304304
**Migration checklist:**
305305

306306
* [ ] Verify script tag attributes for Cloud deployments.
307-
* [ ] Configure crossorigin function if using cross-origin resources.
307+
* [ ] Configure `crossorigin` function if using cross-origin resources.
308308
* [ ] Test resource loading in your deployment environment.
309-
* [ ] Review content_css configuration if using cross-origin stylesheets.
309+
* [ ] Review `content_css` configuration if using cross-origin stylesheets.
310310

311311
For complete details on the new crossorigin function API, see: xref:tinymce-and-cors.adoc#crossorigin[crossorigin configuration option].
312312

0 commit comments

Comments
 (0)