Skip to content

Commit f99a8f7

Browse files
committed
DOC-2147: fix table, and add ask-ai-widget png file.
1 parent 88645cc commit f99a8f7

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed
501 KB
Loading

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

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Any items marked **"High"** level require immediate attention during migration.
4747
|Split button CSS classes and structure have changed.
4848
|Low
4949
|===
50+
====
5051

5152
[[license-key-system-update]]
5253
=== Transition from Version 7 License Keys to Version {release-version} License Keys
@@ -407,6 +408,7 @@ editor.dispatch('someEvent');
407408
* [ ] Review and update third-party plugins
408409
* [ ] Test all custom event handling
409410

411+
'''
410412

411413
=== Plugin Updates
412414

@@ -474,6 +476,7 @@ When upgrading to {productname} 8, you will need to review and possibly update h
474476
+
475477
* Configure the new crossorigin function to control the `crossorigin` attribute for all resources.
476478
+
479+
.Example: Configuring the crossorigin function
477480
[source, javascript]
478481
----
479482
const crossOriginFunction = (url, resourceType) => {
@@ -510,8 +513,8 @@ For complete details on the new crossorigin function API, see: xref:tinymce-and-
510513

511514
Several empty files have been removed from the codebase to reduce clutter and improve maintenance:
512515

513-
* Empty CSS file from the Comments plugin
514-
* Empty LESS file from the Mentions plugin
516+
* Empty CSS file from the **Comments** plugin
517+
* Empty LESS file from the **Mentions** plugin
515518

516519
**Impact**: These changes have no functional impact but may affect custom build processes that explicitly reference these files.
517520

@@ -576,7 +579,11 @@ Upgrading to {productname} {release-version} requires integrators to update thei
576579
For more guidance, refer to the:
577580

578581
* link:https://www.tiny.cloud/docs[{productname} Documentation].
579-
* {productname}’s new **Ask AI** widget is ready to assist you, just click the icon in the bottom-right corner of any documentation page.
580582
* link:https://www.tiny.cloud/contact/[Contact {supportname}] for assistance.
583+
* Try {productname}’s new **Ask AI** widget is ready to assist you, just click the icon in the bottom-right corner of any documentation page.
584+
585+
image::ask-ai/ask-ai-widget.png[Ask AI Widget, width=600, align="left"]
586+
587+
== Additional Resources
581588

582589
For additional details on {productname} {release-version} changes, see xref:8.0-release-notes.adoc#overview[{productname} {release-version} release notes].

0 commit comments

Comments
 (0)