mirror of
https://ghproxy.net/https://github.com/wp-cli/i18n-command.git
synced 2025-08-18 05:31:10 +08:00
Update schema fallback files - 2025-02-20
This commit is contained in:
parent
1da09b79d1
commit
2093be9f9f
1 changed files with 44 additions and 25 deletions
|
@ -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": [
|
||||
|
@ -45,6 +45,13 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"shadow": {
|
||||
"presets": [
|
||||
{
|
||||
"name": "Shadow name"
|
||||
}
|
||||
]
|
||||
},
|
||||
"blocks": {
|
||||
"*": {
|
||||
"typography": {
|
||||
|
@ -69,6 +76,18 @@
|
|||
{
|
||||
"name": "Gradient name"
|
||||
}
|
||||
],
|
||||
"duotone": [
|
||||
{
|
||||
"name": "Duotone name"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dimensions": {
|
||||
"aspectRatios": [
|
||||
{
|
||||
"name": "Aspect ratio name"
|
||||
}
|
||||
]
|
||||
},
|
||||
"spacing": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue