RichEditor - TipTap - Custom Block for embedding HTML
Hi all, im trying to have a custom block that allows you to paste any html block like iframes or script in order to be embedable in a CMS like environment. I managed to do that just fine. However when i render the html as per the documentation the any
data-*
attributes are not rendered. Same thing for <script>
tags
the database has the embedable html just fine. When i dd()
i also get it just fine. The problem appears when i try to render it using {!! $content !!}
Any help is greatly appreciated! Thanks!1 Reply
Anyone ? 🙂