Unable to access app-data metafield properties in Liquid

Hi @SomeUsernameHe

Thank you for your suggestion. I tried that before but nothing has changed. Without json filter, I can see **settings** object on the console but with json filter, nothing is printed.

I tried both:

{% assign settings = shop.metafields.abc_app_test.settings | json %}

{{ settings.enableHomepage }}

and

{{ settings.enableHomepage.value }}

but didn’t work.

Thanks again