wp/wp-includes/theme-i18n.json
changeset 18 be944660c56a
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
       
     1 {
       
     2 	"settings": {
       
     3 		"typography": {
       
     4 				"fontSizes": [
       
     5 					{
       
     6 						"name": "Font size name"
       
     7 					}
       
     8 				]
       
     9 		},
       
    10 		"color": {
       
    11 				"palette": [
       
    12 					{
       
    13 						"name": "Color name"
       
    14 					}
       
    15 				],
       
    16 				"gradients": [
       
    17 					{
       
    18 						"name": "Gradient name"
       
    19 					}
       
    20 				],
       
    21 				"duotone": [
       
    22 					{
       
    23 						"name": "Duotone name"
       
    24 					}
       
    25 				]
       
    26 		},
       
    27 		"blocks": {
       
    28 			"*": {
       
    29 				"typography": {
       
    30 					"fontSizes": [
       
    31 						{
       
    32 							"name": "Font size name"
       
    33 						}
       
    34 					]
       
    35 				},
       
    36 				"color": {
       
    37 					"palette": [
       
    38 						{
       
    39 							"name": "Color name"
       
    40 						}
       
    41 					],
       
    42 					"gradients": [
       
    43 						{
       
    44 							"name": "Gradient name"
       
    45 						}
       
    46 					]
       
    47 				}
       
    48 			}
       
    49 		}
       
    50 	}
       
    51 }