Skip to content

Commit

Permalink
Update from Shopify for theme collage/shopify
Browse files Browse the repository at this point in the history
Committed from shop: online_ds
  • Loading branch information
shopify[bot] authored Sep 13, 2022
1 parent 3a455bd commit 95f9cb0
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions sections/customslider.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@
</div>
{% endif %}
</div>
{% elsif block.type == 'block-2' %}
<h3>{{block.settings.title}}</h3>
{% elsif block.type == 'other-block' %}
{% if block.settings.image != blank %}
<div class="other-block-images"><img src="{{ block.settings.image | img_url: 'large' }}" id="hero-header" class="relative z-0"/>
</div>
{% endif %}
{% endif %}
{% endfor %}

Expand Down Expand Up @@ -88,14 +91,14 @@
]
},
{
"type": "block-2",
"name": "Block 2",
"type": "other-block",
"name": "Custom Block",
"settings": [
{
"type": "text",
"id": "title",
"label": "Title"
}
"type": "image_picker",
"id": "image",
"label": "Image"
}
]
}
],
Expand Down

0 comments on commit 95f9cb0

Please sign in to comment.