From f9932d34609a7b22fc77767379006f42b6012803 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Tue, 7 Jul 2026 16:27:10 +1000 Subject: [PATCH 1/3] DOC-3531: Document expand and split format parameters for content formatting --- .../ROOT/partials/configuration/formats.adoc | 54 ++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/partials/configuration/formats.adoc b/modules/ROOT/partials/configuration/formats.adoc index cf09a164e0..95a493c0eb 100644 --- a/modules/ROOT/partials/configuration/formats.adoc +++ b/modules/ROOT/partials/configuration/formats.adoc @@ -321,7 +321,7 @@ So if the selection is from _a_ to _b_ in this html contents `+

[a

Date: Tue, 14 Jul 2026 13:27:45 +1000 Subject: [PATCH 2/3] Update modules/ROOT/partials/configuration/formats.adoc Co-authored-by: Arvin(Jintao) Han <20640097+ArvinJ-H@users.noreply.github.com> --- modules/ROOT/partials/configuration/formats.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/partials/configuration/formats.adoc b/modules/ROOT/partials/configuration/formats.adoc index 95a493c0eb..2ac8d7371a 100644 --- a/modules/ROOT/partials/configuration/formats.adoc +++ b/modules/ROOT/partials/configuration/formats.adoc @@ -362,7 +362,7 @@ Controls whether the selection is expanded to include the entire matching elemen *Type:* `+Boolean+` -*Default value:* `+true+` for `+selector+` formats +*Default value:* `+true+` for `+selector+` formats that are not also `+inline+` formats *Possible values:* `+true+`, `+false+` From 792266b9a53dc243357dac25f6ed2779597afaab Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Tue, 14 Jul 2026 13:28:02 +1000 Subject: [PATCH 3/3] Update modules/ROOT/partials/configuration/formats.adoc Co-authored-by: Arvin(Jintao) Han <20640097+ArvinJ-H@users.noreply.github.com> --- modules/ROOT/partials/configuration/formats.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/partials/configuration/formats.adoc b/modules/ROOT/partials/configuration/formats.adoc index 2ac8d7371a..33572978d4 100644 --- a/modules/ROOT/partials/configuration/formats.adoc +++ b/modules/ROOT/partials/configuration/formats.adoc @@ -358,7 +358,7 @@ tinymce.init({ [[expand]] ==== `+expand+` -Controls whether the selection is expanded to include the entire matching element before a format is applied or removed. This applies to `+selector+` formats that are not also `+inline+` formats. When enabled, if the selection only partially covers a matching element, the range is expanded to cover the whole element. Setting `+expand+` to `+false+` restricts the operation to the current selection. +Controls whether the selection is expanded to the enclosing matching selector element before a format is applied or removed. This applies to `+selector+` formats that are not also `+inline+` formats. When enabled, if the selection only partially covers a matching element, the range is expanded to cover the whole element. Setting `+expand+` to `+false+` restricts the operation to the current selection. *Type:* `+Boolean+`