Hi Ryan
When I paste in Stripe Button codes, parts are removed on save.
<script async
src="https://js.stripe.com/v3/buy-button.js">
</script>
<stripe-buy-button
buy-button-id="buy_btn_RANDOMCODESTRING"
publishable-key="pk_live_RANDOMLONGCODESTRING"
>
</stripe-buy-button>
By enabling SCRIPTS in Editor Parameters > the first <script async...>...</script> block is retained on save but the <stripe-buy-button ...>BLAH BLAH</stripe-buy-button> is always stripped out.
Can you suggest config to ensure these are retained on save?