In the Customizer, the console displays the following message: Could not find selected block, please make sure your theme is using {{ block.shopify_attributes }}. When should you use {{ block.shopify_attributes }}? Every time there is a for blocks loop?
I have a snippet: render ‘header-dropdown-menu’, mega_menu: mega_menu
{% comment %}
Accepts:
- mega_menu: {Boolean} Enable mega menu. Default: false
Usage:
{% render 'header-dropdown-menu', mega_menu: false %}
{% endcomment %}
Where in my snippet can I use {{ block.shopify_attributes }}?