Skip to content

Commit

Permalink
Merge pull request #35 from square/fix-editor-controls
Browse files Browse the repository at this point in the history
Fix header controls
  • Loading branch information
kchung authored Jan 19, 2024
2 parents 7663fe4 + f46d52c commit a429697
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 a429697

Please sign in to comment.