Skip to content

Instantly share code, notes, and snippets.

View contentstackMridul's full-sized avatar

Mridul Sharma contentstackMridul

View GitHub Profile
@contentstackMridul
contentstackMridul / cs-lp-script.liquid
Last active September 14, 2025 11:37
Shopify Live Preview Theme Snippets
{% 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 %}