Hello @nardoayala ,
The image finally shows up but is very small! I got this code now, but the image needs to be a lot bigger!
{% schema %}
{
"name": "Product Information Block",
"settings": [
{
"type": "text",
"id": "title",
"label": "Title",
"default": "Product Information"
},
{
"type": "image_picker",
"id": "image",
"label": "Image"
},
{
"type": "text",
"id": "text_title_1",
"label": "Text Block 1 Title",
"default": "Feature 1"
},
{
"type": "textarea",
"id": "text_explanation_1",
"label": "Text Block 1 Explanation",
"default": "Explanation for feature 1."
},
{
"type": "text",
"id": "text_title_2",
"label": "Text Block 2 Title",
"default": "Feature 2"
},
{
"type": "textarea",
"id": "text_explanation_2",
"label": "Text Block 2 Explanation",
"default": "Explanation for feature 2."
},
{
"type": "text",
"id": "text_title_3",
"label": "Text Block 3 Title"
},
{
"type": "textarea",
"id": "text_explanation_3",
"label": "Text Block 3 Explanation"
},
{
"type": "text",
"id": "text_title_4",
"label": "Text Block 4 Title"
},
{
"type": "textarea",
"id": "text_explanation_4",
"label": "Text Block 4 Explanation"
},
{
"type": "text",
"id": "text_title_5",
"label": "Text Block 5 Title"
},
{
"type": "textarea",
"id": "text_explanation_5",
"label": "Text Block 5 Explanation"
},
{
"type": "text",
"id": "text_title_6",
"label": "Text Block 6 Title"
},
{
"type": "textarea",
"id": "text_explanation_6",
"label": "Text Block 6 Explanation"
},
{
"type": "text",
"id": "text_title_7",
"label": "Text Block 7 Title"
},
{
"type": "textarea",
"id": "text_explanation_7",
"label": "Text Block 7 Explanation"
},
{
"type": "text",
"id": "text_title_8",
"label": "Text Block 8 Title"
},
{
"type": "textarea",
"id": "text_explanation_8",
"label": "Text Block 8 Explanation"
}
]
}
{% endschema %}