Links
div class="header_section">
{% if section.settings.hero_img != blank %}
{% endif %}
{%- comment -%}
{%- endcomment -%}
{% schema %}
{
"name": "Social Links Page",
"settings": [
{
"type": "image_picker",
"id": "hero_img",
"label": "Header image"
},
{
"type": "header",
"content": "Page Content"
},
{
"id": "container_width",
"label": "Page Container Max Width",
"type": "range",
"min": 600,
"max": 1600,
"step": 10,
"default": 1000
},
{
"type": "text",
"id": "content_title",
"label": "Content Title",
"default": "Hi there!"
},
{
"type": "richtext",
"id": "content",
"label": "Text"
},
{
"type": "image_picker",
"id": "content_img",
"label": "Image"
},
{
"type": "header",
"content": "Links Section"
},
{
"type": "text",
"id": "links_header_title",
"label": "Links Header Title",
"default": "Social Links"
},
{
"label": "Links per row",
"id": "links-per-row-range",
"type": "range",
"min": 1,
"max": 3,
"step": 1,
"default": 2
}
],
"blocks": [
{
"type": "links",
"name": "Link",
"settings": [
{
"type": "text",
"id": "link_name",
"label": "Link Name"
},
{
"type": "url",
"id": "link",
"label": "Link URL"
},
{
"type": "color",
"id": "font_color",
"label": "Font Color",
"default": "#FFFFFF"
},
{
"type": "color",
"id": "bg_color",
"label": "Background Color",
"default": "#E59A7F"
}
]
}
]
}
{% endschema %}
{% if section.settings.social_post == false %}
{%- for block in section.blocks -%}
{%- if block.type == 'posts' -%}
{% if block.settings.post_name != blank or block.settings.post_img != blank %}
{% endif %}
{%- endif -%}
{%- endfor -%}
{% endif %}
