230500
This commit is contained in:
86
backup/wp/wp-includes/theme-i18n.json
Normal file
86
backup/wp/wp-includes/theme-i18n.json
Normal file
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"title": "Style variation name",
|
||||
"settings": {
|
||||
"typography": {
|
||||
"fontSizes": [
|
||||
{
|
||||
"name": "Font size name"
|
||||
}
|
||||
],
|
||||
"fontFamilies": [
|
||||
{
|
||||
"name": "Font family name"
|
||||
}
|
||||
]
|
||||
},
|
||||
"color": {
|
||||
"palette": [
|
||||
{
|
||||
"name": "Color name"
|
||||
}
|
||||
],
|
||||
"gradients": [
|
||||
{
|
||||
"name": "Gradient name"
|
||||
}
|
||||
],
|
||||
"duotone": [
|
||||
{
|
||||
"name": "Duotone name"
|
||||
}
|
||||
]
|
||||
},
|
||||
"spacing": {
|
||||
"spacingSizes": [
|
||||
{
|
||||
"name": "Space size name"
|
||||
}
|
||||
]
|
||||
},
|
||||
"blocks": {
|
||||
"*": {
|
||||
"typography": {
|
||||
"fontSizes": [
|
||||
{
|
||||
"name": "Font size name"
|
||||
}
|
||||
],
|
||||
"fontFamilies": [
|
||||
{
|
||||
"name": "Font family name"
|
||||
}
|
||||
]
|
||||
},
|
||||
"color": {
|
||||
"palette": [
|
||||
{
|
||||
"name": "Color name"
|
||||
}
|
||||
],
|
||||
"gradients": [
|
||||
{
|
||||
"name": "Gradient name"
|
||||
}
|
||||
]
|
||||
},
|
||||
"spacing": {
|
||||
"spacingSizes": [
|
||||
{
|
||||
"name": "Space size name"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"customTemplates": [
|
||||
{
|
||||
"title": "Custom template name"
|
||||
}
|
||||
],
|
||||
"templateParts": [
|
||||
{
|
||||
"title": "Template part name"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user