Skip to content

Commit

Permalink
Update from Shopify for theme dawn/update-presets
Browse files Browse the repository at this point in the history
  • Loading branch information
shopify[bot] committed Aug 18, 2021
1 parent 9e45bc7 commit 0dca43d
Showing 1 changed file with 89 additions and 8 deletions.
97 changes: 89 additions & 8 deletions config/settings_data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,80 @@
{
"current": "Default",
"current": {
"colors_solid_button_labels": "#efecec",
"colors_accent_1": "#2a332f",
"colors_accent_2": "#476154",
"colors_text": "#1c1a1a",
"colors_outline_button_labels": "#7b8382",
"colors_background_1": "#efecec",
"colors_background_2": "#c1bcae",
"type_header_font": "americana_n4",
"type_body_font": "quattrocento_sans_n4",
"sections": {
"announcement-bar": {
"type": "announcement-bar",
"blocks": {
"announcement-bar-0": {
"type": "announcement",
"settings": {
"heading": "Welcome to our store",
"color_scheme": "background-1",
"link": ""
}
}
},
"block_order": [
"announcement-bar-0"
],
"settings": {
}
},
"header": {
"type": "header",
"settings": {
"logo_width": 100,
"logo_position": "middle-left",
"menu": "main-menu",
"show_line_separator": true,
"enable_sticky_header": true
}
},
"footer": {
"type": "footer",
"blocks": {
"footer-0": {
"type": "link_list",
"settings": {
"heading": "Quick links",
"menu": "footer"
}
},
"footer-1": {
"type": "text",
"settings": {
"heading": "Heading",
"subtext": "<p>Share store details, promotions, or brand content with your customers.<\/p>"
}
}
},
"block_order": [
"footer-0",
"footer-1"
],
"settings": {
"color_scheme": "background-1",
"newsletter_enable": true,
"newsletter_heading": "Subscribe to our emails",
"show_social": false,
"enable_country_selector": true,
"enable_language_selector": true,
"payment_enable": true
}
}
},
"content_for_index": [

]
},
"presets": {
"Default": {
"colors_solid_button_labels": "#FFFFFF",
Expand All @@ -24,7 +99,9 @@
},
"block_order": [
"announcement-bar-0"
]
],
"settings": {
}
}
}
},
Expand All @@ -41,21 +118,25 @@
"sections": {
"footer": {
"type": "footer",
"settings": {
"color_scheme": "accent-1"
},
"blocks": {
"menu": {
"type": "link_list"
"type": "link_list",
"settings": {
}
},
"text": {
"type": "text"
"type": "text",
"settings": {
}
}
},
"block_order": [
"menu",
"text"
]
],
"settings": {
"color_scheme": "accent-1"
}
}
}
}
Expand Down

0 comments on commit 0dca43d

Please sign in to comment.