Skip to content

Instantly share code, notes, and snippets.

@veken1199
Created February 15, 2023 04:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save veken1199/4095e099432e5e44ac8945c060a476c8 to your computer and use it in GitHub Desktop.
Save veken1199/4095e099432e5e44ac8945c060a476c8 to your computer and use it in GitHub Desktop.
{
"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