I know that to add sections or blocks, I just create a structure like this inside my template:
{% schema %}
{
"name": "icons",
"settings": [
{
"type": "text",
"label": "your headline for the section"
}
]
}
{% endschema %}
But how do I get my sections that I added in settings_schema.json and add to a specific template equal to the image?