hello,
I'm trying to embed our app as iframe in the content composer. For example, I want to embed this at the end of our how to article so people can see the example.
<iframe src="https://play.hintible.com/demo" allow="camera *; microphone *; autoplay *; encrypted-media *; fullscreen *; display-capture *;" width="100%" height="600px" style="border: none; border-radius: 24px"></iframe>
But when I use the embed item, it's only allowing URL. Doesn't seem like there's a way to embed an iframe with set up in the composer. I know I can embed an iframe block in the bettermode design studio for each block layout but this is at the article level.