From a80f7580d8f41586544e83956db2f9b485d9fb89 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 20 Apr 2026 15:32:00 +1000 Subject: [PATCH 1/2] Docs: DOC-3355 - New optional id property to tinymceai_quickactions_custom to register the action as custom menu item --- modules/ROOT/pages/8.5.0-release-notes.adoc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/modules/ROOT/pages/8.5.0-release-notes.adoc b/modules/ROOT/pages/8.5.0-release-notes.adoc index 1a48ade30d..debda93af7 100644 --- a/modules/ROOT/pages/8.5.0-release-notes.adoc +++ b/modules/ROOT/pages/8.5.0-release-notes.adoc @@ -42,6 +42,22 @@ The {productname} {release-version} release includes an accompanying release of For information on the **** plugin, see: xref:.adoc[]. +=== TinyMCE AI + +The {productname} {release-version} release includes an accompanying release of the **TinyMCE AI** premium plugin. + +**TinyMCE AI** includes the following addition. + +==== New optional `id` property to `tinymceai_quickactions_custom` to register the action as custom menu item +// #TINY-14229 + +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. + +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. + +For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI]. + + [[accompanying-enhanced-skins-and-icon-packs-changes]] == Accompanying Enhanced Skins & Icon Packs changes From d78158f65266a619115f6b2b7f73b9e95343fa93 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Tue, 28 Apr 2026 09:27:56 +1000 Subject: [PATCH 2/2] 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. --- modules/ROOT/pages/8.5.0-release-notes.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/8.5.0-release-notes.adoc b/modules/ROOT/pages/8.5.0-release-notes.adoc index debda93af7..ec4ee910ec 100644 --- a/modules/ROOT/pages/8.5.0-release-notes.adoc +++ b/modules/ROOT/pages/8.5.0-release-notes.adoc @@ -51,9 +51,9 @@ The {productname} {release-version} release includes an accompanying release of ==== New optional `id` property to `tinymceai_quickactions_custom` to register the action as custom menu item // #TINY-14229 -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. +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. -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. +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. For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI].