mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-80058-main' of https://github.com/meirzamoodle/moodle
This commit is contained in:
commit
c06553f908
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
@ -268,7 +268,7 @@ const getStandardConfig = (target, tinyMCE, options, plugins) => {
|
|||||||
// Override the standard block formats property (removing h1 & h2).
|
// Override the standard block formats property (removing h1 & h2).
|
||||||
// https://www.tiny.cloud/docs/tinymce/6/user-formatting-options/#block_formats
|
// https://www.tiny.cloud/docs/tinymce/6/user-formatting-options/#block_formats
|
||||||
// eslint-disable-next-line camelcase
|
// eslint-disable-next-line camelcase
|
||||||
block_formats: 'Paragraph=p; Heading 3=h3; Heading 4=h4; Heading 5=h5; Heading 6=h6;',
|
block_formats: 'Paragraph=p; Heading 3=h3; Heading 4=h4; Heading 5=h5; Heading 6=h6; Preformatted=pre',
|
||||||
|
|
||||||
// The list of plugins to include in the instance.
|
// The list of plugins to include in the instance.
|
||||||
// https://www.tiny.cloud/docs/tinymce/6/editor-important-options/#plugins
|
// https://www.tiny.cloud/docs/tinymce/6/editor-important-options/#plugins
|
||||||
|
Loading…
x
Reference in New Issue
Block a user