Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dawn settings update #3683

Draft
wants to merge 54 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
d81a57f
announcement update
katycobb Dec 10, 2024
74fb201
Announcement bar cont'd
katycobb Dec 10, 2024
f2ecec7
Header + padding controls
katycobb Dec 10, 2024
0bcea9c
Blog posts
katycobb Dec 11, 2024
45739a0
Collage
katycobb Dec 11, 2024
8210afc
Collapsbile content
katycobb Dec 11, 2024
4d94bcd
Collection list
katycobb Dec 11, 2024
8d3097f
Email signup
katycobb Dec 11, 2024
5947703
Email signup cont'd
katycobb Dec 11, 2024
232f6ff
Featured collection
katycobb Dec 11, 2024
8a9ab79
Featured product
katycobb Dec 11, 2024
f8f1f7d
Featured product cont'd
katycobb Dec 12, 2024
ab96ff4
Footer
katycobb Dec 12, 2024
f3e740f
email signup + footer help text update
katycobb Dec 12, 2024
3a51dd7
Image banner
katycobb Dec 12, 2024
4f6d933
Pairing w/ Meli on adding, removing, reordering
katycobb Dec 12, 2024
ca3cf42
Blog post followup: adding and removing help text
katycobb Dec 12, 2024
139051d
Collapsbile row followups
katycobb Dec 12, 2024
4359c98
collection list: removing help text
katycobb Dec 12, 2024
4aec594
Featured collection followups
katycobb Dec 12, 2024
bb5c1be
Featured product followups
katycobb Dec 12, 2024
ed53671
Footer: removing help text
katycobb Dec 12, 2024
e6571e2
Image banner rearrange
katycobb Dec 12, 2024
6feed18
Image with text
katycobb Dec 13, 2024
01767db
Image with text cont'd
katycobb Dec 13, 2024
f7051cf
Multicolumn
katycobb Dec 13, 2024
a36e4b5
Multirow
katycobb Dec 13, 2024
e10daba
Rich text
katycobb Dec 13, 2024
87adf59
Rich text cont'd
katycobb Dec 13, 2024
b83f78b
Slideshow
katycobb Dec 13, 2024
51b299d
Slideshow/image slide
katycobb Dec 13, 2024
6f2efdd
Video
katycobb Dec 13, 2024
115c6a3
Multirow reorg
katycobb Dec 13, 2024
621d3b3
Multirow adding headings
katycobb Dec 14, 2024
bc7ccd1
Image banner/buttons: headings
katycobb Dec 14, 2024
7b2f030
Image with text reorg
katycobb Dec 17, 2024
9e8da26
Trying to fix slideshow error
katycobb Dec 17, 2024
5984382
rich text button headings
katycobb Dec 17, 2024
2720f43
Slideshow headings
katycobb Dec 17, 2024
a7634e7
Cleanup
katycobb Dec 18, 2024
e76cbf7
Product information
katycobb Dec 18, 2024
274b345
Featured product cont'd
katycobb Dec 19, 2024
13df2c2
related products
katycobb Dec 19, 2024
f19ff46
Quick order list
katycobb Dec 20, 2024
0c4057c
collection banner
katycobb Dec 20, 2024
b851e97
Product grid
katycobb Dec 20, 2024
d733919
Collection list
katycobb Dec 20, 2024
239d8ff
Cart
katycobb Dec 20, 2024
a9496ee
Blog posts
katycobb Dec 20, 2024
9900cb0
Search results
katycobb Dec 20, 2024
84b1f1b
Password template
katycobb Dec 20, 2024
f271095
Theme settings
katycobb Dec 21, 2024
c159686
shorten help text
katycobb Jan 2, 2025
5c0d35f
Featured collection reorg
katycobb Jan 2, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 2 additions & 16 deletions config/settings_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@
"type": "font_picker",
"id": "type_header_font",
"default": "assistant_n4",
"label": "t:settings_schema.typography.settings.type_header_font.label",
"info": "t:settings_schema.typography.settings.type_header_font.info"
"label": "t:settings_schema.typography.settings.type_header_font.label"
},
{
"type": "range",
Expand All @@ -133,8 +132,7 @@
"type": "font_picker",
"id": "type_body_font",
"default": "assistant_n4",
"label": "t:settings_schema.typography.settings.type_body_font.label",
"info": "t:settings_schema.typography.settings.type_body_font.info"
"label": "t:settings_schema.typography.settings.type_body_font.label"
},
{
"type": "range",
Expand Down Expand Up @@ -1305,10 +1303,6 @@
{
"name": "t:settings_schema.social-media.name",
"settings": [
{
"type": "header",
"content": "t:settings_schema.social-media.settings.header.content"
},
{
"type": "text",
"id": "social_facebook_link",
Expand Down Expand Up @@ -1368,10 +1362,6 @@
{
"name": "t:settings_schema.search_input.name",
"settings": [
{
"type": "header",
"content": "t:settings_schema.search_input.settings.header.content"
},
{
"type": "checkbox",
"id": "predictive_search_enabled",
Expand All @@ -1397,10 +1387,6 @@
{
"name": "t:settings_schema.currency_format.name",
"settings": [
{
"type": "header",
"content": "t:settings_schema.currency_format.settings.content"
},
{
"type": "paragraph",
"content": "t:settings_schema.currency_format.settings.paragraph"
Expand Down
Loading
Loading