TINYDOC-3570: Resizable sidebars documentation (TINYMCE-14486) - #4307
Open
kemister85 wants to merge 5 commits into
Open
TINYDOC-3570: Resizable sidebars documentation (TINYMCE-14486)#4307kemister85 wants to merge 5 commits into
kemister85 wants to merge 5 commits into
Conversation
kemister85
marked this pull request as ready for review
August 12, 2026 00:15
kemister85
requested review from
MitchC1999,
ShiridiGandham and
tiny-ben-tran
and removed request for
a team
August 12, 2026 00:15
kemister85
marked this pull request as draft
August 12, 2026 01:21
… resizable property Also covers TINYMCE-14527 (resize behaviour), TINYMCE-14683 (premium sidebars resizable by default) and TINYMCE-14554 (persisting the sidebar width).
Adds release note entries for TINYMCE-14527, TINYMCE-14529, TINYMCE-14530, TINYMCE-14678 and TINYMCE-14683 to the 8.9.0 release notes.
…availability Adds the 8.9 requires-version admonition partial and links api.element() to the sidebar API object reference.
kemister85
marked this pull request as ready for review
August 12, 2026 05:09
michalnieruchalski-tiugo
approved these changes
Aug 12, 2026
There was a problem hiding this comment.
TinyMCEAI plugin had a default sidebar width set to 440px, and after release of resizable sidebars 440px is the new default, so the sidebar is initially the same width.
TinyComments plugin had a default sidebar width set to 300px, and after release of resizable sidebars it's also 440px, so there's a change and TinyComments sidebar is not wider by default.
Should we mention that in the release notes for comments plugin?
| include::partial$configuration/sidebar_width.adoc[leveloffset=+1] | ||
|
|
||
| [[example-inside-the-tinymceinit]] | ||
| == Example inside the tinymce.init |
There was a problem hiding this comment.
Shall we update the examples below to include resizable: true?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ticket: TINYDOC-3570 — documentation for epic TINYMCE-14486 (Resizable sidebars)
Site: Staging
Covers TINYMCE-14527, TINYMCE-14528, TINYMCE-14529, TINYMCE-14530, TINYMCE-14678, and TINYMCE-14683.
Changes:
Release notes —
modules/ROOT/pages/8.9.0-release-notes.adocSidebarResizeStartandSidebarResizedevents (TINYMCE-14529).resizableproperty controls whether a custom sidebar can be resized (TINYMCE-14678, TINYMCE-14683).Configuration options —
modules/ROOT/partials/configuration/sidebar_width.adoc,sidebar_min_width.adoc, andsidebar_max_width.adoc, included incustomsidebar.adocin alphabetical order alongsidesidebar_show.Sidebar documentation —
modules/ROOT/pages/customsidebar.adocresizableproperty to theaddSidebarspecification object.Events —
modules/ROOT/pages/events.adocSidebarResizeStartandSidebarResizedrows to Editor core events.Pre-checks:
Branch is correctly prefixed(release-note branch)release noteentry.Review: