wp/wp-includes/blocks/comment-content/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/comment-content",
     4 	"name": "core/comment-content",
     5 	"title": "Comment Content",
     5 	"title": "Comment Content",
     6 	"category": "theme",
     6 	"category": "theme",
     7 	"ancestor": [ "core/comment-template" ],
     7 	"ancestor": [ "core/comment-template" ],
     8 	"description": "Displays the contents of a comment.",
     8 	"description": "Displays the contents of a comment.",
    27 			"lineHeight": true,
    27 			"lineHeight": true,
    28 			"__experimentalFontFamily": true,
    28 			"__experimentalFontFamily": true,
    29 			"__experimentalFontWeight": true,
    29 			"__experimentalFontWeight": true,
    30 			"__experimentalFontStyle": true,
    30 			"__experimentalFontStyle": true,
    31 			"__experimentalTextTransform": true,
    31 			"__experimentalTextTransform": true,
    32 			"__experimentalLetterSpacing": true
    32 			"__experimentalTextDecoration": true,
       
    33 			"__experimentalLetterSpacing": true,
       
    34 			"__experimentalDefaultControls": {
       
    35 				"fontSize": true
       
    36 			}
    33 		},
    37 		},
    34 		"spacing": {
    38 		"spacing": {
    35 			"padding": [ "horizontal", "vertical" ],
    39 			"padding": [ "horizontal", "vertical" ],
    36 			"__experimentalDefaultControls": {
    40 			"__experimentalDefaultControls": {
    37 				"padding": true
    41 				"padding": true