Skip to content

Commit

Permalink
Fix header controls
Browse files Browse the repository at this point in the history
  • Loading branch information
kchung authored Jan 19, 2024
1 parent 7663fe4 commit f46d52c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions theme/components/sections/header.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -319,21 +319,21 @@
"name": "Header",
"controls": [
{
"type": "toggle",
"option": "toggle",
"label": "Show announcement bar",
"value": {
"$ref": "#/schema/announcement_bar_show"
}
},
{
"type": "input",
"option": "input",
"label": "Announcement bar",
"value": {
"$ref": "#/schema/announcement_bar_text"
}
},
{
"type": "link",
"option": "link",
"label": "Announcement link",
"value": {
"$ref": "#/schema/announcement_bar_link"
Expand Down

0 comments on commit f46d52c

Please sign in to comment.