Advertisement
Guest User

custom liquid section

a guest
May 13th, 2023
19,674
2
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.36 KB | None | 2 0
  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 %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement