Created
February 15, 2023 04:01
-
-
Save veken1199/4095e099432e5e44ac8945c060a476c8 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