wp/wp-includes/theme.json
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
     1 {
     1 {
     2 	"version": 2,
     2 	"$schema": "https://schemas.wp.org/trunk/theme.json",
       
     3 	"version": 3,
     3 	"settings": {
     4 	"settings": {
     4 		"appearanceTools": false,
     5 		"appearanceTools": false,
       
     6 		"useRootPaddingAwareAlignments": false,
     5 		"border": {
     7 		"border": {
     6 			"color": false,
     8 			"color": false,
     7 			"radius": false,
     9 			"radius": false,
     8 			"style": false,
    10 			"style": false,
     9 			"width": false
    11 			"width": false
    10 		},
    12 		},
    11 		"color": {
    13 		"color": {
    12 			"background": true,
    14 			"background": true,
       
    15 			"button": true,
       
    16 			"caption": true,
    13 			"custom": true,
    17 			"custom": true,
    14 			"customDuotone": true,
    18 			"customDuotone": true,
    15  			"customGradient": true,
    19 			"customGradient": true,
    16  			"defaultDuotone": true,
    20 			"defaultDuotone": true,
    17 			"defaultGradients": true,
    21 			"defaultGradients": true,
    18 			"defaultPalette": true,
    22 			"defaultPalette": true,
    19 			"duotone": [
    23 			"duotone": [
    20 				{
    24 				{
    21 					"name": "Dark grayscale",
    25 					"name": "Dark grayscale",
   118 					"name": "Midnight",
   122 					"name": "Midnight",
   119 					"gradient": "linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%)",
   123 					"gradient": "linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%)",
   120 					"slug": "midnight"
   124 					"slug": "midnight"
   121 				}
   125 				}
   122 			],
   126 			],
       
   127 			"heading": true,
   123 			"link": false,
   128 			"link": false,
   124 			"palette": [
   129 			"palette": [
   125 				{
   130 				{
   126 					"name": "Black",
   131 					"name": "Black",
   127 					"slug": "black",
   132 					"slug": "black",
   182 					"slug": "vivid-purple",
   187 					"slug": "vivid-purple",
   183 					"color": "#9b51e0"
   188 					"color": "#9b51e0"
   184 				}
   189 				}
   185 			],
   190 			],
   186 			"text": true
   191 			"text": true
       
   192 		},
       
   193 		"dimensions": {
       
   194 			"defaultAspectRatios": true,
       
   195 			"aspectRatios": [
       
   196 				{
       
   197 					"name": "Square - 1:1",
       
   198 					"slug": "square",
       
   199 					"ratio": "1"
       
   200 				},
       
   201 				{
       
   202 					"name": "Standard - 4:3",
       
   203 					"slug": "4-3",
       
   204 					"ratio": "4/3"
       
   205 				},
       
   206 				{
       
   207 					"name": "Portrait - 3:4",
       
   208 					"slug": "3-4",
       
   209 					"ratio": "3/4"
       
   210 				},
       
   211 				{
       
   212 					"name": "Classic - 3:2",
       
   213 					"slug": "3-2",
       
   214 					"ratio": "3/2"
       
   215 				},
       
   216 				{
       
   217 					"name": "Classic Portrait - 2:3",
       
   218 					"slug": "2-3",
       
   219 					"ratio": "2/3"
       
   220 				},
       
   221 				{
       
   222 					"name": "Wide - 16:9",
       
   223 					"slug": "16-9",
       
   224 					"ratio": "16/9"
       
   225 				},
       
   226 				{
       
   227 					"name": "Tall - 9:16",
       
   228 					"slug": "9-16",
       
   229 					"ratio": "9/16"
       
   230 				}
       
   231 			]
       
   232 		},
       
   233 		"shadow": {
       
   234 			"defaultPresets": true,
       
   235 			"presets": [
       
   236 				{
       
   237 					"name": "Natural",
       
   238 					"slug": "natural",
       
   239 					"shadow": "6px 6px 9px rgba(0, 0, 0, 0.2)"
       
   240 				},
       
   241 				{
       
   242 					"name": "Deep",
       
   243 					"slug": "deep",
       
   244 					"shadow": "12px 12px 50px rgba(0, 0, 0, 0.4)"
       
   245 				},
       
   246 				{
       
   247 					"name": "Sharp",
       
   248 					"slug": "sharp",
       
   249 					"shadow": "6px 6px 0px rgba(0, 0, 0, 0.2)"
       
   250 				},
       
   251 				{
       
   252 					"name": "Outlined",
       
   253 					"slug": "outlined",
       
   254 					"shadow": "6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1)"
       
   255 				},
       
   256 				{
       
   257 					"name": "Crisp",
       
   258 					"slug": "crisp",
       
   259 					"shadow": "6px 6px 0px rgba(0, 0, 0, 1)"
       
   260 				}
       
   261 			]
   187 		},
   262 		},
   188 		"spacing": {
   263 		"spacing": {
   189 			"blockGap": null,
   264 			"blockGap": null,
   190 			"margin": false,
   265 			"margin": false,
   191 			"padding": false,
   266 			"padding": false,
   192 			"units": [ "px", "em", "rem", "vh", "vw", "%" ]
   267 			"customSpacingSize": true,
       
   268 			"defaultSpacingSizes": true,
       
   269 			"units": [ "px", "em", "rem", "vh", "vw", "%" ],
       
   270 			"spacingScale": {
       
   271 				"operator": "*",
       
   272 				"increment": 1.5,
       
   273 				"steps": 7,
       
   274 				"mediumStep": 1.5,
       
   275 				"unit": "rem"
       
   276 			}
   193 		},
   277 		},
   194 		"typography": {
   278 		"typography": {
   195 			"customFontSize": true,
   279 			"customFontSize": true,
       
   280 			"defaultFontSizes": true,
   196 			"dropCap": true,
   281 			"dropCap": true,
   197 			"fontSizes": [
   282 			"fontSizes": [
   198 				{
   283 				{
   199 					"name": "Small",
   284 					"name": "Small",
   200 					"slug": "small",
   285 					"slug": "small",
   218 			],
   303 			],
   219 			"fontStyle": true,
   304 			"fontStyle": true,
   220 			"fontWeight": true,
   305 			"fontWeight": true,
   221 			"letterSpacing": true,
   306 			"letterSpacing": true,
   222 			"lineHeight": false,
   307 			"lineHeight": false,
       
   308 			"textAlign": true,
   223 			"textDecoration": true,
   309 			"textDecoration": true,
   224 			"textTransform": true
   310 			"textTransform": true,
       
   311 			"writingMode": false
   225 		},
   312 		},
   226 		"blocks": {
   313 		"blocks": {
   227 			"core/button": {
   314 			"core/button": {
   228 				"border": {
   315 				"border": {
   229 					"radius": true
   316 					"radius": true
       
   317 				}
       
   318 			},
       
   319 			"core/image": {
       
   320 				"lightbox": {
       
   321 					"allowEditing": true
   230 				}
   322 				}
   231 			},
   323 			},
   232 			"core/pullquote": {
   324 			"core/pullquote": {
   233 				"border": {
   325 				"border": {
   234 					"color": true,
   326 					"color": true,
   238 				}
   330 				}
   239 			}
   331 			}
   240 		}
   332 		}
   241 	},
   333 	},
   242 	"styles": {
   334 	"styles": {
   243 		"spacing": { "blockGap": "24px" }
   335 		"blocks": {
       
   336 			"core/button": {
       
   337 				"variations": {
       
   338 					"outline": {
       
   339 						"border": {
       
   340 							"width": "2px",
       
   341 							"style": "solid",
       
   342 							"color": "currentColor"
       
   343 						},
       
   344 						"color": {
       
   345 							"text": "currentColor",
       
   346 							"gradient": "transparent none"
       
   347 						},
       
   348 						"spacing": {
       
   349 							"padding": {
       
   350 								"top": "0.667em",
       
   351 								"right": "1.33em",
       
   352 								"bottom": "0.667em",
       
   353 								"left": "1.33em"
       
   354 							}
       
   355 						}
       
   356 					}
       
   357 				}
       
   358 			},
       
   359 			"core/site-logo": {
       
   360 				"variations": {
       
   361 					"rounded": {
       
   362 						"border": {
       
   363 							"radius": "9999px"
       
   364 						}
       
   365 					}
       
   366 				}
       
   367 			}
       
   368 		},
       
   369 		"elements": {
       
   370 			"button": {
       
   371 				"color": {
       
   372 					"text": "#fff",
       
   373 					"background": "#32373c"
       
   374 				},
       
   375 				"spacing": {
       
   376 					"padding": "calc(0.667em + 2px) calc(1.333em + 2px)"
       
   377 				},
       
   378 				"typography": {
       
   379 					"fontSize": "inherit",
       
   380 					"fontFamily": "inherit",
       
   381 					"lineHeight": "inherit",
       
   382 					"textDecoration": "none"
       
   383 				},
       
   384 				"border": {
       
   385 					"width": "0"
       
   386 				}
       
   387 			},
       
   388 			"link": {
       
   389 				"typography": {
       
   390 					"textDecoration": "underline"
       
   391 				}
       
   392 			}
       
   393 		},
       
   394 		"spacing": {
       
   395 			"blockGap": "24px",
       
   396 			"padding": {
       
   397 				"top": "0px",
       
   398 				"right": "0px",
       
   399 				"bottom": "0px",
       
   400 				"left": "0px"
       
   401 			}
       
   402 		}
   244 	}
   403 	}
   245 }
   404 }