Skip to content

Commit

Permalink
Update from Shopify for theme sneakerlab/trunk
Browse files Browse the repository at this point in the history
Committed from shop: Sneaker Lab 2022
  • Loading branch information
shopify[bot] authored Oct 16, 2023
1 parent 8891f38 commit aaea1f1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions sections/ticker.liquid
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% if section.settings.enable_ticker %}
<div class="ticker-wrapper">
{{ section.settings.enable_ticker }}
{{ section.settings.message }}
{{ section.settings['subtitle-message'] }}
</div>
{% endif %}

Expand All @@ -17,8 +17,13 @@
},
{
"type": "text",
"id": "message",
"label": "Message"
"id": "subtitle-message",
"label": "Sub Title Message"
},
{
"type": "text",
"id": "stat-1-text",
"label": "Stat 1 Text (Right Hand Side)"
}
]
}
Expand Down

0 comments on commit aaea1f1

Please sign in to comment.