-
Notifications
You must be signed in to change notification settings - Fork 381
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from TrellisCommerce/feature/SHOPBASE-16
Feature/shopbase 16
- Loading branch information
Showing
4 changed files
with
249 additions
and
39 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,90 @@ | ||
{"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","link":""}}},"block_order":["announcement-bar-0"],"settings":{"color_scheme":"scheme-5","show_line_separator":false,"show_social":false,"auto_rotate":false,"change_slides_speed":5,"enable_country_selector":false,"enable_language_selector":false}},"header":{"type":"header","settings":{"logo_position":"middle-left","menu":"main-menu","menu_type_desktop":"mega","sticky_header_type":"reduce-logo-size","show_line_separator":true,"color_scheme":"scheme-4","menu_color_scheme":"","enable_country_selector":true,"enable_language_selector":true,"enable_customer_avatar":true,"mobile_logo_position":"center","margin_bottom":0,"padding_top":8,"padding_bottom":8}}},"order":["announcement-bar","header"]} | ||
/* | ||
* ------------------------------------------------------------ | ||
* IMPORTANT: The contents of this file are auto-generated. | ||
* | ||
* This file may be updated by the Shopify admin theme editor | ||
* or related systems. Please exercise caution as any changes | ||
* made to this file may be overwritten. | ||
* ------------------------------------------------------------ | ||
*/ | ||
{ | ||
"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", | ||
"link": "" | ||
} | ||
} | ||
}, | ||
"block_order": [ | ||
"announcement-bar-0" | ||
], | ||
"settings": { | ||
"color_scheme": "scheme-5", | ||
"show_line_separator": false, | ||
"show_social": false, | ||
"auto_rotate": false, | ||
"change_slides_speed": 5, | ||
"enable_country_selector": false, | ||
"enable_language_selector": false | ||
} | ||
}, | ||
"header": { | ||
"type": "header", | ||
"blocks": { | ||
"promotional_kh6iNC": { | ||
"type": "promotional", | ||
"settings": { | ||
"promotional_index": 1, | ||
"promotional_image": "shopify:\/\/shop_images\/Main_d624f226-0a89-4fe1-b333-0d1548b43c06.jpg", | ||
"promotional_headline": "Snowboards on sale!", | ||
"promotional_description": "Grab your snowboard while they're on sale! Promotion only valid while inventory lasts.", | ||
"promotional_button_text": "Shop", | ||
"promotional_button_url": "shopify:\/\/products\/the-collection-snowboard-oxygen" | ||
} | ||
}, | ||
"promotional_bBzBQr": { | ||
"type": "promotional", | ||
"settings": { | ||
"promotional_index": 1, | ||
"promotional_image": "shopify:\/\/shop_images\/sample-normal-wax.png", | ||
"promotional_headline": "Sample Wax", | ||
"promotional_description": "Available with each snowboard purchase.", | ||
"promotional_button_text": "", | ||
"promotional_button_url": "" | ||
} | ||
} | ||
}, | ||
"block_order": [ | ||
"promotional_kh6iNC", | ||
"promotional_bBzBQr" | ||
], | ||
"settings": { | ||
"logo_position": "middle-left", | ||
"menu": "main-menu", | ||
"menu_type_desktop": "mega", | ||
"sticky_header_type": "reduce-logo-size", | ||
"show_line_separator": true, | ||
"color_scheme": "scheme-4", | ||
"menu_color_scheme": "", | ||
"enable_country_selector": true, | ||
"enable_language_selector": true, | ||
"enable_customer_avatar": true, | ||
"mobile_logo_position": "center", | ||
"margin_bottom": 0, | ||
"padding_top": 8, | ||
"padding_bottom": 8 | ||
} | ||
} | ||
}, | ||
"order": [ | ||
"announcement-bar", | ||
"header" | ||
] | ||
} |
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
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