Hi!
Someone knows how to add a custom section?
The code is ready, I just search the mention that I have to add to it to make available my section on my product page…
best !
Hi!
Someone knows how to add a custom section?
The code is ready, I just search the mention that I have to add to it to make available my section on my product page…
best !
Hallo @slourdel
paste this code in schema
{% schema %}
{
“name”: “Section name”,
“settings”: [
{
“type”: “text”,
“id”: “main-heading-welcome-to-my-world”,
“label”: “Heading”
}
],
“blocks”: [
{
“name”: “Block fungi”,
“type”: “slide”,
“settings”: [
{
“type”: “image_picker”,
“id”: “box-welcome-to-my-world-image-1”,
“label”: “Image”
}
]
}
],
“presets”: [
{
“name”: "Custom Section "
}
]
}
{% endschema %}
please describe your Need i will try to help you
@slourdel
Follow below link it maybe helpful to you
https://www.tech-prastish.com/blog/how-to-create-custom-sections-in-shopify/