I know that landing pages are currently in a beta stage, but I'm experimenting with using content blocks on landing pages.
I have a content block that is retrieving data through connected content. This content block is previewing just fine, just like I expected.
On my landing page, I'm trying to use this content block, but it is not working out. My Content block Liquid Tag is:
{{content_blocks.${test_dropdown}}}If I just reference this in a custom code component, my landing page will just display the text literally without the content block being loaded.
Is this not yet supported, or am I doing something wrong here?