wp/wp-includes/theme-i18n.json
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
--- a/wp/wp-includes/theme-i18n.json	Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-includes/theme-i18n.json	Tue Sep 27 16:37:53 2022 +0200
@@ -1,10 +1,16 @@
 {
+	"title": "Style variation name",
 	"settings": {
 		"typography": {
 				"fontSizes": [
 					{
 						"name": "Font size name"
 					}
+				],
+				"fontFamilies": [
+					{
+						"name": "Font family name"
+					}
 				]
 		},
 		"color": {
@@ -31,6 +37,11 @@
 						{
 							"name": "Font size name"
 						}
+					],
+					"fontFamilies": [
+						{
+							"name": "Font family name"
+						}
 					]
 				},
 				"color": {
@@ -47,5 +58,15 @@
 				}
 			}
 		}
-	}
+	},
+	"customTemplates": [
+		{
+			"title": "Custom template name"
+		}
+	],
+	"templateParts": [
+		{
+			"title": "Template part name"
+		}
+	]
 }