• 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 page option 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.