Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

YSHOP2-381: Remove "Hide social media" toggle #312

Merged
merged 1 commit into from
Apr 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions sections/main-footer.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
{{ section.settings.mention }}
</div>
<div class="spacer"></div>
{%- if section.settings.social_media_exist -%}
{%- for block in section.blocks -%}
{%- if block.settings.social_media_icon_image.src -%}
<a class='link' href="{{ block.settings.social_media_url }}" target="_blank">
Expand All @@ -49,7 +48,6 @@
</a>
{%- endif -%}
{%- endfor %}
{%- endif -%}
</div>
</div>
</footer>
Expand All @@ -76,12 +74,6 @@
"label": "Text Color",
"default": "#fff"
},
{
"type": "checkbox",
"id": "social_media_exist",
"label": "Social media",
"default": true
},
{
"type": "richtext",
"id": "mention",
Expand Down