Skip to content

Commit 6f3d389

Browse files
authored
DOC-3355: New optional id property to tinymceai_quickactions_custom to register the action as custom menu item (#4081)
* Docs: DOC-3355 - New optional id property to tinymceai_quickactions_custom to register the action as custom menu item * Docs: Remove toolbar references from custom quick action id note Custom quick action ids only work in menus (menubar menus, menu button menus), not toolbars. Dropped quickbars_selection_toolbar reference and toolbar mentions per review feedback.
1 parent 03c7a4e commit 6f3d389

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
@@ -89,6 +89,22 @@ In {productname} {release-version}, the TinyMCE AI plugin registers a set of edi
8989
For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI].
9090

9191

92+
=== TinyMCE AI
93+
94+
The {productname} {release-version} release includes an accompanying release of the **TinyMCE AI** premium plugin.
95+
96+
**TinyMCE AI** includes the following addition.
97+
98+
==== New optional `id` property to `tinymceai_quickactions_custom` to register the action as custom menu item
99+
// #TINY-14229
100+
101+
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 menu configurations.
102+
103+
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, or included in any menubar menu or menu button configuration that accepts control identifiers.
104+
105+
For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI].
106+
107+
92108
[[accompanying-enhanced-skins-and-icon-packs-changes]]
93109
== Accompanying Enhanced Skins & Icon Packs changes
94110

0 commit comments

Comments
 (0)