mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
[SS-2024-001] Set convert_unsafe_embeds to true
This commit is contained in:
parent
c13ec34113
commit
60155dad41
@ -311,6 +311,7 @@ class TinyMCEConfig extends HTMLEditorConfig implements i18nEntityProvider
|
|||||||
'promotion' => false,
|
'promotion' => false,
|
||||||
'upload_folder_id' => null, // Set folder ID for insert media dialog
|
'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
|
'link_default_target' => '_blank', // https://www.tiny.cloud/docs/tinymce/6/autolink/#example-using-link_default_target
|
||||||
|
'convert_unsafe_embeds' => true, // SS-2024-001
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user