wp/wp-includes/blocks/comment-author-name/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-author-name",
     4 	"name": "core/comment-author-name",
     5 	"title": "Comment Author Name",
     5 	"title": "Comment Author Name",
     6 	"category": "theme",
     6 	"category": "theme",
     7 	"ancestor": [ "core/comment-template" ],
     7 	"ancestor": [ "core/comment-template" ],
     8 	"description": "Displays the name of the author of the comment.",
     8 	"description": "Displays the name of the author of the comment.",
    41 			"lineHeight": true,
    41 			"lineHeight": true,
    42 			"__experimentalFontFamily": true,
    42 			"__experimentalFontFamily": true,
    43 			"__experimentalFontWeight": true,
    43 			"__experimentalFontWeight": true,
    44 			"__experimentalFontStyle": true,
    44 			"__experimentalFontStyle": true,
    45 			"__experimentalTextTransform": true,
    45 			"__experimentalTextTransform": true,
    46 			"__experimentalLetterSpacing": true
    46 			"__experimentalTextDecoration": true,
       
    47 			"__experimentalLetterSpacing": true,
       
    48 			"__experimentalDefaultControls": {
       
    49 				"fontSize": true
       
    50 			}
       
    51 		},
       
    52 		"interactivity": {
       
    53 			"clientNavigation": true
    47 		}
    54 		}
    48 	}
    55 	}
    49 }
    56 }