Skip to content

Commit

Permalink
Update theme-i18n.json
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Jun 28, 2023
1 parent 27c8be3 commit 3a18b5e
Showing 1 changed file with 36 additions and 3 deletions.
39 changes: 36 additions & 3 deletions assets/theme-i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
"typography": {
"fontSizes": [
{
"name": "Font size name",
"alias": "Short font size name"
"name": "Font size name"
}
],
"fontFamilies": [
{
"name": "Font family name"
}
]
},
Expand All @@ -26,13 +30,25 @@
}
]
},
"spacing": {
"spacingSizes": [
{
"name": "Space size name"
}
]
},
"blocks": {
"*": {
"typography": {
"fontSizes": [
{
"name": "Font size name"
}
],
"fontFamilies": [
{
"name": "Font family name"
}
]
},
"color": {
Expand All @@ -46,8 +62,25 @@
"name": "Gradient name"
}
]
},
"spacing": {
"spacingSizes": [
{
"name": "Space size name"
}
]
}
}
}
}
},
"customTemplates": [
{
"title": "Custom template name"
}
],
"templateParts": [
{
"title": "Template part name"
}
]
}

0 comments on commit 3a18b5e

Please sign in to comment.