From 061de626b474e381cfe53a3298bfe9651e397fef Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Thu, 18 Jun 2026 20:18:46 +1000 Subject: [PATCH] Docs: TINYDOC-3526 - Iframes inserted with the pageembed plugin could not be aligned using the align left, center, and right toolbar buttons. --- modules/ROOT/pages/8.7.0-release-notes.adoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/modules/ROOT/pages/8.7.0-release-notes.adoc b/modules/ROOT/pages/8.7.0-release-notes.adoc index 60a84540ef..969a5f8b87 100644 --- a/modules/ROOT/pages/8.7.0-release-notes.adoc +++ b/modules/ROOT/pages/8.7.0-release-notes.adoc @@ -39,6 +39,21 @@ The following premium plugin updates were released alongside {productname} {rele // For information on the **** plugin, see: xref:.adoc[]. +=== Page Embed + +The {productname} {release-version} release includes an accompanying release of the **Page Embed** premium plugin. + +**Page Embed** includes the following fix. + +==== Iframes inserted with the pageembed plugin could not be aligned using the align left, center, and right toolbar buttons. +// #TINYMCE-14458 + +Previously, the align left, center, and right toolbar buttons could not align an iframe inserted with the Page Embed plugin. The Page Embed plugin wraps the iframe in a `tiny-pageembed` container that the default alignment format rules did not recognize, so selecting the iframe and choosing align left, center, or right on the toolbar had no effect. By contrast, an iframe inserted with the Media plugin uses a wrapper that the alignment rules already recognized. + +In {productname} {release-version}, the alignment format rules recognize the `tiny-pageembed` container. The align left, center, and right toolbar buttons now apply alignment to a selected Page Embed iframe, matching the behavior of iframes inserted with the Media plugin. + +For information on the **Page Embed** plugin, see: xref:pageembed.adoc[Page Embed]. + [[improvements]] == Improvements