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!
The topic ‘Declaring Support for Interactivity API’ is closed to new replies.