Finally found a way to get those embeds back.
Go to file -> Joomla/plugins/editors/tinymce/src/PluginTraits/DisplayTrait.php
Change line 463, 464 code as follows
Under plugin settings make sure you have removed iframe and script from Prohibited Elements.
Go to file -> Joomla/plugins/editors/tinymce/src/PluginTraits/DisplayTrait.php
Change line 463, 464 code as follows
Code:
'sandbox_iframes' => false, //was set to true 'convert_unsafe_embeds' => false, //was set to true
Under plugin settings make sure you have removed iframe and script from Prohibited Elements.
Statistics: Posted by khuchkhana — Sat May 04, 2024 10:21 am