You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across issue that conditional fields are not being initialized when adding blocks to post_content meta programmatically.
When I add block via Gutenberg editor manually, it works fine.
Does anyone know how I can trigger conditional field initialization?
Or should I pass something to block contents to make the conditional fields work on load?