Hi,
i want to add custom liquid section in image with text. please help me. check screens shots, then you will understand what i want to say. i want section like image-1, i want to add same section in image with text, check image-2
Hi,
i want to add custom liquid section in image with text. please help me. check screens shots, then you will understand what i want to say. i want section like image-1, i want to add same section in image with text, check image-2
Hi, @GhafarHussain , in the .liquid file of your image with text section, in your schema, you’ll have to add the custom liquid field, something like this (not exactly depending on how your file looks like):
{% schema %}
{
"name": "Custom Liquid",
"settings": [
{
"type": "liquid",
"id": "custom_liquid",
"label": "Custom Liquid",
"info": "Add app snippets or other liquid code to create advanced customizations."
}
],
"presets": [
{
"name": "Custom Liquid"
}
]
}
{% endschema %}