wp/wp-includes/blocks/comments-pagination-numbers/block.json
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
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/comments-pagination-numbers",
     4 	"name": "core/comments-pagination-numbers",
     5 	"title": "Page Numbers",
     5 	"title": "Comments Page Numbers",
     6 	"category": "theme",
     6 	"category": "theme",
     7 	"parent": [ "core/comments-pagination" ],
     7 	"parent": [ "core/comments-pagination" ],
     8 	"description": "Displays a list of page numbers for comments pagination.",
     8 	"description": "Displays a list of page numbers for comments pagination.",
     9 	"textdomain": "default",
     9 	"textdomain": "default",
    10 	"usesContext": [ "postId" ],
    10 	"usesContext": [ "postId" ],
    11 	"supports": {
    11 	"supports": {
    12 		"reusable": false,
    12 		"reusable": false,
    13 		"html": false
    13 		"html": false,
       
    14 		"color": {
       
    15 			"gradients": true,
       
    16 			"text": false,
       
    17 			"__experimentalDefaultControls": {
       
    18 				"background": true
       
    19 			}
       
    20 		},
       
    21 		"typography": {
       
    22 			"fontSize": true,
       
    23 			"lineHeight": true,
       
    24 			"__experimentalFontFamily": true,
       
    25 			"__experimentalFontWeight": true,
       
    26 			"__experimentalFontStyle": true,
       
    27 			"__experimentalTextTransform": true,
       
    28 			"__experimentalTextDecoration": true,
       
    29 			"__experimentalLetterSpacing": true,
       
    30 			"__experimentalDefaultControls": {
       
    31 				"fontSize": true
       
    32 			}
       
    33 		},
       
    34 		"interactivity": {
       
    35 			"clientNavigation": true
       
    36 		}
    14 	}
    37 	}
    15 }
    38 }