MDL-79671 editor_tiny: Do not show the help link in the status bar

This commit is contained in:
Andrew Nicols 2024-03-05 15:26:11 +08:00
parent 496e6c8e1f
commit dcaf884d28
No known key found for this signature in database
GPG Key ID: 6D1E3157C8CFBF14
3 changed files with 7 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -279,6 +279,11 @@ const getStandardConfig = (target, tinyMCE, options, plugins) => {
// Skins
skin: 'oxide',
// Do not show the help link in the status bar.
// https://www.tiny.cloud/docs/tinymce/latest/accessibility/#help_accessibility
// eslint-disable-next-line camelcase
help_accessibility: false,
// Remove the "Upgrade" link for Tiny.
// https://www.tiny.cloud/docs/tinymce/6/editor-premium-upgrade-promotion/
promotion: false,