This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% assign live_preview_middleware_url = 'https://dndshopifylivepreviewmiddlewareblt3e8.dev22contentstackapps.com/get-preview-data' %} | |
{%- capture settings_json -%} | |
{ | |
{%- for key in settings -%} | |
"{{ key }}": {{ settings[key] | json }}{% unless forloop.last %},{% endunless %} | |
{%- endfor -%} | |
} | |
{%- endcapture -%} | |
{% assign section_id = section.id | json %} |