Skip to content

Commit

Permalink
add large screen only info to announcement bar
Browse files Browse the repository at this point in the history
  • Loading branch information
katycobb committed Jan 29, 2025
1 parent 0312d56 commit a3bb016
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion locales/en.default.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,10 @@
},
"heading_utilities": {
"content": "Utilities"
},
},
"paragraph": {
"content": "Appear only on large screens"
},
"show_social": {
"label": "Social media icons",
"info": "[Manage social accounts](/editor?context=theme&category=social%20media)"
Expand Down
6 changes: 5 additions & 1 deletion sections/announcement-bar.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,11 @@
{
"type": "header",
"content": "t:sections.announcement-bar.settings.heading_utilities.content"
},
},
{
"type": "paragraph",
"content": "t:sections.announcement-bar.settings.paragraph.content"
},
{
"type": "checkbox",
"id": "show_social",
Expand Down

0 comments on commit a3bb016

Please sign in to comment.