Browse Source
Update modules/ROOT/pages/migration-from-7x.adoc
Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud>
pull/3781/head
Karl Kemister-Sheppard
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
3 deletions
-
modules/ROOT/pages/migration-from-7x.adoc
|
@ -299,14 +299,14 @@ tinymce.init({ |
|
|
. If you're using content_css from a different domain: |
|
|
. If you're using content_css from a different domain: |
|
|
|
|
|
|
|
|
* The `content_css_cors` option takes precedence for stylesheets. |
|
|
* The `content_css_cors` option takes precedence for stylesheets. |
|
|
* Review your content_css configuration if you use cross-origin stylesheets. |
|
|
|
|
|
|
|
|
* Review your `content_css` configuration if you use cross-origin stylesheets. |
|
|
|
|
|
|
|
|
**Migration checklist:** |
|
|
**Migration checklist:** |
|
|
|
|
|
|
|
|
* [ ] Verify script tag attributes for Cloud deployments. |
|
|
* [ ] Verify script tag attributes for Cloud deployments. |
|
|
* [ ] Configure crossorigin function if using cross-origin resources. |
|
|
|
|
|
|
|
|
* [ ] Configure `crossorigin` function if using cross-origin resources. |
|
|
* [ ] Test resource loading in your deployment environment. |
|
|
* [ ] Test resource loading in your deployment environment. |
|
|
* [ ] Review content_css configuration if using cross-origin stylesheets. |
|
|
|
|
|
|
|
|
* [ ] Review `content_css` configuration if using cross-origin stylesheets. |
|
|
|
|
|
|
|
|
For complete details on the new crossorigin function API, see: xref:tinymce-and-cors.adoc#crossorigin[crossorigin configuration option]. |
|
|
For complete details on the new crossorigin function API, see: xref:tinymce-and-cors.adoc#crossorigin[crossorigin configuration option]. |
|
|
|
|
|
|
|
|