wp/wp-includes/theme-i18n.json
author ymh <ymh.work@gmail.com>
Tue, 27 Sep 2022 16:37:53 +0200
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
permissions -rw-r--r--
upgrade wordpress to 6.0.2

{
	"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"
					}
				]
		},
		"blocks": {
			"*": {
				"typography": {
					"fontSizes": [
						{
							"name": "Font size name"
						}
					],
					"fontFamilies": [
						{
							"name": "Font family name"
						}
					]
				},
				"color": {
					"palette": [
						{
							"name": "Color name"
						}
					],
					"gradients": [
						{
							"name": "Gradient name"
						}
					]
				}
			}
		}
	},
	"customTemplates": [
		{
			"title": "Custom template name"
		}
	],
	"templateParts": [
		{
			"title": "Template part name"
		}
	]
}