Hi,
I have added a customized block in the code ‘main-product.liquid’. I see it in the tab customized:
But I don’t see it actually on the page. Whats wrong with the code? I want this as result:
Code:
{
“type”: “Maxim_icons_with_text”,
“name”: “Maxim 3 bullets”,
“settings”: [
{
“type”: “image_picker”,
“id”: “bullet_icon_1”,
“label”: “Image or Icon”
},
{
“type”: “inline_richtext”,
“id”: “bullet_text_1”,
“default”: “Enter bullet 1 text”,
“label”: “Text to show beside icon”
},
{
“type”: “color”,
“id”: “bullet_text_color_1”,
“default”: “#000000”,
“label”: “Text color”
},
{
“type”: “image_picker”,
“id”: “bullet_icon_2”,
“label”: “Image or Icon”
},
{
“type”: “inline_richtext”,
“id”: “bullet_text_2”,
“default”: “Enter bullet 2 text”,
“label”: “Text to show beside icon”
},
{
“type”: “color”,
“id”: “bullet_text_color_2”,
“default”: “#000000”,
“label”: “Text color”
},
{
“type”: “image_picker”,
“id”: “bullet_icon_3”,
“label”: “Image or Icon”
},
{
“type”: “inline_richtext”,
“id”: “bullet_text_3”,
“default”: “Enter bullet 3 text”,
“label”: “Text to show beside icon”
},
{
“type”: “color”,
“id”: “bullet_text_color_3”,
“default”: “#000000”,
“label”: “Text color”
},
{
“type”: “range”,
“id”: “icon_size”,
“min”: 8,
“max”: 40,
“step”: 1,
“unit”: “px”,
“label”: “Icon size”,
“default”: 25
},
{
“type”: “range”,
“id”: “bullet_font_size”,
“min”: 8,
“max”: 40,
“step”: 1,
“unit”: “px”,
“label”: “Font size”,
“default”: 16
}
]
},


