Merge pull request #11308 from creative-commoners/pulls/5.2/ss-2024-001

[SS-2024-001] Set convert_unsafe_embeds to true
This commit is contained in:
Guy Sartorelli 2024-07-17 11:38:17 +12:00 committed by GitHub
commit b6e347ef3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -311,6 +311,7 @@ class TinyMCEConfig extends HTMLEditorConfig implements i18nEntityProvider
'promotion' => false,
'upload_folder_id' => null, // Set folder ID for insert media dialog
'link_default_target' => '_blank', // https://www.tiny.cloud/docs/tinymce/6/autolink/#example-using-link_default_target
'convert_unsafe_embeds' => true, // SS-2024-001
];
/**