wp/wp-includes/blocks/media-text/block.json
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
     1 {
     1 {
       
     2 	"apiVersion": 2,
     2 	"name": "core/media-text",
     3 	"name": "core/media-text",
       
     4 	"title": "Media & Text",
     3 	"category": "media",
     5 	"category": "media",
       
     6 	"description": "Set media and words side-by-side for a richer layout.",
       
     7 	"keywords": [ "image", "video" ],
       
     8 	"textdomain": "default",
     4 	"attributes": {
     9 	"attributes": {
     5 		"align": {
    10 		"align": {
     6 			"type": "string",
    11 			"type": "string",
     7 			"default": "wide"
    12 			"default": "wide"
     8 		},
    13 		},
    61 		},
    66 		},
    62 		"mediaWidth": {
    67 		"mediaWidth": {
    63 			"type": "number",
    68 			"type": "number",
    64 			"default": 50
    69 			"default": 50
    65 		},
    70 		},
       
    71 		"mediaSizeSlug": {
       
    72 			"type": "string"
       
    73 		},
    66 		"isStackedOnMobile": {
    74 		"isStackedOnMobile": {
    67 			"type": "boolean",
    75 			"type": "boolean",
    68 			"default": true
    76 			"default": true
    69 		},
    77 		},
    70 		"verticalAlignment": {
    78 		"verticalAlignment": {
    77 			"type": "object"
    85 			"type": "object"
    78 		}
    86 		}
    79 	},
    87 	},
    80 	"supports": {
    88 	"supports": {
    81 		"anchor": true,
    89 		"anchor": true,
    82 		"align": [
    90 		"align": [ "wide", "full" ],
    83 			"wide",
       
    84 			"full"
       
    85 		],
       
    86 		"html": false,
    91 		"html": false,
    87 		"lightBlockWrapper": true,
    92 		"color": {
    88 		"__experimentalColor": {
       
    89 			"gradients": true,
    93 			"gradients": true,
    90 			"linkColor": true
    94 			"link": true
    91 		}
    95 		}
    92 	}
    96 	},
       
    97 	"editorStyle": "wp-block-media-text-editor",
       
    98 	"style": "wp-block-media-text"
    93 }
    99 }