xarxaprod-wp-theme/vendor/wp-cli/i18n-command/assets/theme-i18n.json

54 lines
707 B
JSON

{
"title": "Style variation name",
"settings": {
"typography": {
"fontSizes": [
{
"name": "Font size name",
"alias": "Short font size name"
}
]
},
"color": {
"palette": [
{
"name": "Color name"
}
],
"gradients": [
{
"name": "Gradient name"
}
],
"duotone": [
{
"name": "Duotone name"
}
]
},
"blocks": {
"*": {
"typography": {
"fontSizes": [
{
"name": "Font size name"
}
]
},
"color": {
"palette": [
{
"name": "Color name"
}
],
"gradients": [
{
"name": "Gradient name"
}
]
}
}
}
}
}