wp/wp-includes/blocks/site-logo/block.json
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
child 22 8c2e4d02f4ef
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
     1 {
     1 {
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     3 	"apiVersion": 2,
     3 	"apiVersion": 3,
     4 	"name": "core/site-logo",
     4 	"name": "core/site-logo",
     5 	"title": "Site Logo",
     5 	"title": "Site Logo",
     6 	"category": "theme",
     6 	"category": "theme",
     7 	"description": "Display a graphic to represent this site. Update the block, and the changes apply everywhere it’s used. This is different than the site icon, which is the smaller image visible in your dashboard, browser tabs, etc used to help others recognize this site.",
     7 	"description": "Display an image to represent this site. Update this block and the changes apply everywhere.",
     8 	"textdomain": "default",
     8 	"textdomain": "default",
     9 	"attributes": {
     9 	"attributes": {
    10 		"width": {
    10 		"width": {
    11 			"type": "number"
    11 			"type": "number"
    12 		},
    12 		},
    35 		"alignWide": false,
    35 		"alignWide": false,
    36 		"color": {
    36 		"color": {
    37 			"__experimentalDuotone": "img, .components-placeholder__illustration, .components-placeholder::before",
    37 			"__experimentalDuotone": "img, .components-placeholder__illustration, .components-placeholder::before",
    38 			"text": false,
    38 			"text": false,
    39 			"background": false
    39 			"background": false
       
    40 		},
       
    41 		"spacing": {
       
    42 			"margin": true,
       
    43 			"padding": true,
       
    44 			"__experimentalDefaultControls": {
       
    45 				"margin": false,
       
    46 				"padding": false
       
    47 			}
       
    48 		},
       
    49 		"interactivity": {
       
    50 			"clientNavigation": true
    40 		}
    51 		}
    41 	},
    52 	},
    42 	"styles": [
    53 	"styles": [
    43 		{
    54 		{
    44 			"name": "default",
    55 			"name": "default",