mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Merge branch 'MDL-77895' of https://github.com/paulholden/moodle
This commit is contained in:
commit
3933cbfb5a
3 changed files with 5 additions and 2 deletions
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
|
@ -360,6 +360,9 @@ const getEditorConfiguration = (target, tinyMCE, options, pluginValues) => {
|
|||
.replaceAll(/\| *\|/g, '|');
|
||||
}
|
||||
|
||||
// eslint-disable-next-line camelcase
|
||||
instanceConfig.quickbars_selection_toolbar = instanceConfig.quickbars_selection_toolbar.replace('h2 h3', 'h3 h4 h5 h6');
|
||||
|
||||
// Next we call the `configure` function for any plugin which defines it.
|
||||
// We pass the current instanceConfig in here, to allow them to make certain changes to the global configuration.
|
||||
// For example, to add themselves to any menu, toolbar, and so on.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue