Merge branch 'MDL-78745-master' of https://github.com/meirzamoodle/moodle
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user