Skip to content

Instantly share code, notes, and snippets.

@Kadreev
Last active May 18, 2022 21:24
Show Gist options
  • Save Kadreev/89fa20547e13c4af17c084a4fedc7d4e to your computer and use it in GitHub Desktop.
Save Kadreev/89fa20547e13c4af17c084a4fedc7d4e to your computer and use it in GitHub Desktop.
button #shopify
{% if settings.button_url %}
<a href="{{ settings.button_url }}" class="btn-red text-white font-bold rounded-full text-2xl mt-4 p-7 uppercase leading-3 w-full col-span-3">{{ settings.button_label }}</a>
{% endif %}
{
"type": "text",
"id": "button_label",
"label": "Button Label",
"default": "Shop Lifeboost"
},
{
"type": "url",
"id": "button_url",
"label": "Button URL"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment