Skip to content

Commit

Permalink
Update schema fallback files - 2025-02-20
Browse files Browse the repository at this point in the history
  • Loading branch information
wp-make-coffee committed Feb 20, 2025
1 parent 1da09b7 commit 2093be9
Showing 1 changed file with 44 additions and 25 deletions.
69 changes: 44 additions & 25 deletions assets/theme-i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,33 @@
"description": "Style variation description",
"settings": {
"typography": {
"fontSizes": [
{
"name": "Font size name"
}
],
"fontFamilies": [
{
"name": "Font family name"
}
]
"fontSizes": [
{
"name": "Font size name"
}
],
"fontFamilies": [
{
"name": "Font family name"
}
]
},
"color": {
"palette": [
{
"name": "Color name"
}
],
"gradients": [
{
"name": "Gradient name"
}
],
"duotone": [
{
"name": "Duotone name"
}
]
"palette": [
{
"name": "Color name"
}
],
"gradients": [
{
"name": "Gradient name"
}
],
"duotone": [
{
"name": "Duotone name"
}
]
},
"spacing": {
"spacingSizes": [
Expand All @@ -45,6 +45,13 @@
}
]
},
"shadow": {
"presets": [
{
"name": "Shadow name"
}
]
},
"blocks": {
"*": {
"typography": {
Expand All @@ -69,6 +76,18 @@
{
"name": "Gradient name"
}
],
"duotone": [
{
"name": "Duotone name"
}
]
},
"dimensions": {
"aspectRatios": [
{
"name": "Aspect ratio name"
}
]
},
"spacing": {
Expand Down

0 comments on commit 2093be9

Please sign in to comment.