-
I'd like to allow iframe to be rendered when using HTML editor of pages.
To do it, I need to modifyserver/modules/rendering/html-security/rendering.js
and add this to whitelist:iframe: ['src', 'class', 'style']
My only problem is that this is to be configured in a file that is in
/app/code
.
Is there a way for me to do it?