mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Ensures that translations are correctly applied to the `title` field in the `theme.json` and all style variations located in the them inside the `styles` folder. Follow-up #55495, [53038]. See also #54336. git-svn-id: https://develop.svn.wordpress.org/trunk@54036 602fd350-edb4-49c9-b593-d223f7449a82
25 lines
315 B
JSON
25 lines
315 B
JSON
{
|
|
"version": 2,
|
|
"title": "Block theme variation",
|
|
"settings": {
|
|
"color": {
|
|
"palette": [
|
|
{
|
|
"slug": "foreground",
|
|
"color": "#3F67C6",
|
|
"name": "Foreground"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"styles": {
|
|
"blocks": {
|
|
"core/post-title": {
|
|
"typography": {
|
|
"fontWeight": "700"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|