Merge branch 'MDL-78745-master' of https://github.com/meirzamoodle/moodle

This commit is contained in:
Ilya Tregubov
2023-09-01 10:52:26 +08:00
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
+5
View File
@@ -331,6 +331,11 @@ const getStandardConfig = (target, tinyMCE, options, plugins) => {
// eslint-disable-next-line camelcase
table_header_type: 'sectionCells',
// Stored text in non-entity form.
// https://www.tiny.cloud/docs/tinymce/6/content-filtering/#entity_encoding
// eslint-disable-next-line camelcase
entity_encoding: "raw",
setup: (editor) => {
Options.register(editor, options);