DizaBlah

custom liquid section

Jan 12th, 2024
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {{ section.settings.custom_liquid }}
  2. {% schema %}
  3. {
  4.    "name": "Custom Liquid",
  5.    "settings": [
  6.    {
  7.       "type": "liquid",
  8.       "id": "custom_liquid",
  9.       "label": "Custom Liquid",
  10.       "info": "Add app snippets or other liquid code to create advanced customizations."
  11.    }],
  12.    "presets": [
  13.    {
  14.       "name": "Custom Liquid"
  15.    }]
  16. }
  17. {% endschema %}
Add Comment
Please, Sign In to add comment