- Issue created by @AlfTheCat
- 🇵🇰Pakistan isalmanhaider
@AlfTheCat
Could you please provide the HTML code sample?
I would like to try replicating it on my local environment in order to identify and resolve the issue. - 🇹🇭Thailand AlfTheCat
Thanks for the quick reply, based on you answer I figured out the ECA action wasn't firing. Creating the action in Drupal and then triggering it with ECA works much better. The only issue now is that initially, when viewing the node the body shows as:
<!-- wp:heading {"level":2} --><h2>This is a heading</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong>This is a strong text</strong></p><!-- /wp:paragraph -->
After manually re-saving the node makes the body show correctly in the front-end. Programmatically saving the node doesn't. Is there a way to remedy this for a completely consistent UX?
Thanks again!