Skip to content

Commit a80f758

Browse files
committed
Docs: DOC-3355 - New optional id property to tinymceai_quickactions_custom to register the action as custom menu item
1 parent 9378169 commit a80f758

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

modules/ROOT/pages/8.5.0-release-notes.adoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,22 @@ The {productname} {release-version} release includes an accompanying release of
4242
For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode>.adoc[<Premium plugin name 1>].
4343

4444

45+
=== TinyMCE AI
46+
47+
The {productname} {release-version} release includes an accompanying release of the **TinyMCE AI** premium plugin.
48+
49+
**TinyMCE AI** includes the following addition.
50+
51+
==== New optional `id` property to `tinymceai_quickactions_custom` to register the action as custom menu item
52+
// #TINY-14229
53+
54+
Previously, custom quick actions defined through the xref:tinymceai.adoc#tinymceai_quickactions_custom[`+tinymceai_quickactions_custom+`] option could only appear inside a dedicated Custom submenu within the Quick Actions menu. This limited integrators who wanted custom actions to appear as top-level menu items alongside predefined actions or in other toolbar and menu configurations.
55+
56+
In {productname} {release-version}, an optional `id` property can be included in each custom quick action object. When an `id` is set, the custom action can be listed in the xref:tinymceai.adoc#tinymceai_quickactions_menu[`+tinymceai_quickactions_menu+`] array as its own top-level menu item, added to the xref:quickbars.adoc#quickbars_selection_toolbar[`+quickbars_selection_toolbar+`], or included in any other toolbar or menu configuration that accepts control identifiers.
57+
58+
For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI].
59+
60+
4561
[[accompanying-enhanced-skins-and-icon-packs-changes]]
4662
== Accompanying Enhanced Skins & Icon Packs changes
4763

0 commit comments

Comments
 (0)