Declaring Support for Interactivity API
-
Hi!
The blocks in the plugin donβt have declared support for the Interactivity API. When these blocks are used within a Query Loop block, it prevents the
Reload full pageoption from being disabled, which in turn causes the Interactivity API to not work correctly.Is it possible to declare support for the Interactivity API in the blocks using the following?
{ "supports": { "interactivity": { "clientNavigation": true } } }Thank you!
You must be logged in to reply to this topic.