Blog in product page to show only articles tagged with product handle (Dawn Theme)

Thanks for your reply!

I’m wondering whether it’s possible to use this alternative solution:

in product.json I found this code:

“bc5f8046-4abc-421d-a43b-3f7675c32a92”: {
“type”: “featured-blog”,
“settings”: {
“heading”: “Blog posts”,
“heading_size”: “h2”,
“blog”: “news”,
“post_limit”: 3,
“columns_desktop”: 3,
“color_scheme”: “background-1”,
“show_image”: true,
“show_date”: false,
“show_author”: false,
“show_view_all”: true,
“padding_top”: 36,
“padding_bottom”: 36
}
},

If I could change [“blog”: “news”] to a dynamic data like [“blog”: “{{ product.handle }}”] , then I could use a different blog for every product. That would work for me.

Bu I tried to use [“blog”: “{{ product.handle }}”] and it doesn’t work. The Shopify code editor says : can’t include Liquid syntax (‘{{’, ‘}}’, ‘{%’ or ‘%}’) “without valid dynamic sources”

Any advice?

Thanks!