View difference between Paste ID: WU2j4Wtr and GJepuFLk
SHOW: | | - or go back to the newest paste.
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 %}