Hi all, if you change the code a bit to:
{
“name”: “custom liquid”,
“type”: “custom_liquid”,
“settings”: [
{
“type”: “text”,
“id”: “heading”,
“default”: “Custom Liquid”,
“label”: “t:sections.footer.blocks.text.settings.heading.label”
},
{
“type”: “liquid”,
“id”: “custom_liquid”,
“label”: “t:sections.custom-liquid.settings.custom_liquid.label”,
“info”: “t:sections.custom-liquid.settings.custom_liquid.info”
}
]
},
you get a heading section as well above your own liquid code…