Skip to content

Commit

Permalink
Footer updates
Browse files Browse the repository at this point in the history
  • Loading branch information
katycobb committed Jan 29, 2025
1 parent ef20e96 commit f5b421e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 50 deletions.
32 changes: 13 additions & 19 deletions locales/en.default.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1022,24 +1022,20 @@
"default": "Subscribe to our emails"
},
"header__1": {
"content": "Email Signup",
"content": "Email signup",
"info": "Signups add [customer profiles](https://help.shopify.com/manual/customers/manage-customers)"
},
"header__2": {
"content": "Social media",
"info": "Manage social accounts in [theme settings](/editor?context=theme&category=social%20media)"
},
"show_social": {
"label": "Icons"
},
"header__3": {
"content": "Country/region selector"
},
"header__4": {
"info": "Manage countries/regions in [market settings](/admin/settings/markets)"
"label": "Social media icons",
"info": "[Manage social accounts](/editor?context=theme&category=social%20media)"
},
"enable_country_selector": {
"label": "Country/region selector"
"label": "Country/region selector",
"info": "[Manage countries/regions](/admin/settings/markets)"
},
"header__5": {
"content": "Language selector"
Expand All @@ -1048,30 +1044,28 @@
"info": "Manage languages in [language settings](/admin/settings/languages)"
},
"enable_language_selector": {
"label": "Language selector"
"label": "Language selector",
"info": "[Manage languages](/admin/settings/languages)"
},
"header__7": {
"content": "Payment methods"
},
"payment_enable": {
"label": "Icons"
},
"header__8": {
"content": "Policies",
"info": "Manage in your [policy settings](/admin/settings/legal)"
"label": "Payment method icons"
},
"show_policy": {
"label": "Policy links"
"label": "Policy links",
"info": "[Manage policies](/admin/settings/legal)"
},
"margin_top": {
"label": "Top margin"
},
"header__9": {
"content": "Follow on Shop",
"info": "Shop Pay must be enabled. [Learn more](https://help.shopify.com/manual/online-store/themes/customizing-themes/follow-on-shop)"
"content": "Utilities"
},
"enable_follow_on_shop": {
"label": "Follow on Shop"
"label": "Follow on Shop",
"info": "Shop Pay must be enabled. [Learn more](https://help.shopify.com/manual/online-store/themes/customizing-themes/follow-on-shop)"
}
}
},
Expand Down
42 changes: 11 additions & 31 deletions sections/footer.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -453,68 +453,48 @@
},
{
"type": "header",
"content": "t:sections.footer.settings.header__9.content",
"info": "t:sections.footer.settings.header__9.info"
"content": "t:sections.footer.settings.header__9.content"
},
{
"type": "checkbox",
"id": "enable_follow_on_shop",
"default": true,
"label": "t:sections.footer.settings.enable_follow_on_shop.label"
},
{
"type": "header",
"content": "t:sections.footer.settings.header__2.content",
"info": "t:sections.footer.settings.header__2.info"
"label": "t:sections.footer.settings.enable_follow_on_shop.label",
"info": "t:sections.footer.settings.enable_follow_on_shop.info"
},
{
"type": "checkbox",
"id": "show_social",
"default": true,
"label": "t:sections.footer.settings.show_social.label"
},
{
"type": "header",
"content": "t:sections.footer.settings.header__3.content",
"info": "t:sections.footer.settings.header__4.info"
"label": "t:sections.footer.settings.show_social.label",
"info": "t:sections.footer.settings.show_social.info"
},
{
"type": "checkbox",
"id": "enable_country_selector",
"default": true,
"label": "t:sections.footer.settings.enable_country_selector.label"
},
{
"type": "header",
"content": "t:sections.footer.settings.header__5.content",
"info": "t:sections.footer.settings.header__6.info"
"label": "t:sections.footer.settings.enable_country_selector.label",
"info": "t:sections.footer.settings.enable_country_selector.info"
},
{
"type": "checkbox",
"id": "enable_language_selector",
"default": true,
"label": "t:sections.footer.settings.enable_language_selector.label"
},
{
"type": "header",
"content": "t:sections.footer.settings.header__7.content"
"label": "t:sections.footer.settings.enable_language_selector.label",
"info": "t:sections.footer.settings.enable_language_selector.info"
},
{
"type": "checkbox",
"id": "payment_enable",
"default": true,
"label": "t:sections.footer.settings.payment_enable.label"
},
{
"type": "header",
"content": "t:sections.footer.settings.header__8.content",
"info": "t:sections.footer.settings.header__8.info"
},
{
"type": "checkbox",
"id": "show_policy",
"default": true,
"label": "t:sections.footer.settings.show_policy.label"
"label": "t:sections.footer.settings.show_policy.label",
"info": "t:sections.footer.settings.show_policy.info"
},
{
"type": "header",
Expand Down

0 comments on commit f5b421e

Please sign in to comment.