Skip to content

Conversation

@kemister85
Copy link
Contributor

@kemister85 kemister85 commented Jan 16, 2026

Ticket: DOC-3347

Site: See all demos

Changes:

  • Show suggested edits on init for all demos
  • Fix broken URL for Tiny logo
  • Fix various other broken URLs across other demos due to the same issue.

Pre-checks:

  • Branch prefixed with feature/<version>/, hotfix/<version>/, staging/<version>/, or release/<version>/.
  • modules/ROOT/nav.adoc has been updated (if applicable).
  • Included a release note entry for any New product features.
  • If this is a minor release, updated productminorversion in antora.yml and added new supported versions entry in modules/ROOT/partials/misc/supported-versions.adoc.

Review:

  • Documentation Team Lead has reviewed

@kemister85 kemister85 requested review from a team, MitchC1999, kimwoodfield, ltrouton and shanmen-tiny and removed request for a team January 16, 2026 06:13
Copy link
Contributor

@ShiridiGandham ShiridiGandham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kemister85 kemister85 merged commit 75d4dd8 into tinymce/8 Jan 16, 2026
5 checks passed
@kemister85 kemister85 deleted the hotfix/8/DOC-3347 branch January 16, 2026 06:35
Copy link
Contributor

@MitchC1999 MitchC1999 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seeing as this was already merged, I'll make a follow up to clean this up

Comment on lines +24 to +26
init_instance_callback: (editor) => {
tinymce.activeEditor.execCommand('suggestededits');
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
init_instance_callback: (editor) => {
tinymce.activeEditor.execCommand('suggestededits');
}
init_instance_callback: (editor) => {
editor.execCommand('suggestededits');
}

This function provides an editor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants