I recently started with shopify sections. and i am getting an error
- Error: Invalid schema: setting with id=“descriptipn” type is invalid
- Error: Invalid schema: setting with id=“descriptipn” ‘label’ is not a valid attribute
- Error: Invalid schema: setting with id=“descriptipn” ‘id’ is not a valid attribute
What am i doing wrong? Please help
{% schema %}
{
“name”: “icons with text above”,
“settings”: [
{ “type”:“text”,
“label”:“your headline”,
“id”:“heading”
},
{
“type”: “rich_text”,
“label”: “your description”,
“id”: “descriptipn”
}
]
}
{% endschema %}