-
-
Save shopifypartners/30f91b59f6f2c0f85111ec488a313a03 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "t:sections.header.name", | |
"type": "header", | |
"sections": { | |
"announcement-bar": { | |
"type": "announcement-bar", | |
"blocks": { | |
"announcement-bar-0": { | |
"type": "announcement", | |
"settings": { | |
"text": "Welcome to our store", | |
"text_alignment": "center", | |
"color_scheme": "background-1", | |
"link": "" | |
} | |
} | |
}, | |
"block_order": [ | |
"announcement-bar-0" | |
] | |
}, | |
"header": { | |
"type": "header", | |
"settings": { | |
"color_scheme": "background-1", | |
"logo_position": "middle-left", | |
"menu": "main-menu", | |
"menu_type_desktop": "dropdown", | |
"sticky_header_type": "on-scroll-up", | |
"show_line_separator": true, | |
"mobile_logo_position": "center", | |
"margin_bottom": 0, | |
"padding_top": 20, | |
"padding_bottom": 20 | |
} | |
} | |
}, | |
"order": [ | |
"announcement-bar", | |
"header" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment