diff --git a/sections/ticker.liquid b/sections/ticker.liquid index 4b4567c..e532ac3 100644 --- a/sections/ticker.liquid +++ b/sections/ticker.liquid @@ -1,7 +1,7 @@ {% if section.settings.enable_ticker %}
{{ section.settings.enable_ticker }} - {{ section.settings.message }} + {{ section.settings['subtitle-message'] }}
{% endif %} @@ -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)" } ] }