mirror of
https://github.com/moodle/moodle.git
synced 2025-03-18 22:50:19 +01:00
MDL-79671 editor_tiny: Do not show the help link in the status bar
This commit is contained in:
parent
496e6c8e1f
commit
dcaf884d28
2
lib/editor/tiny/amd/build/editor.min.js
vendored
2
lib/editor/tiny/amd/build/editor.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user