wp/wp-includes/blocks/latest-posts/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/latest-posts",
     4 	"name": "core/latest-posts",
     5 	"title": "Latest Posts",
     5 	"title": "Latest Posts",
     6 	"category": "widgets",
     6 	"category": "widgets",
     7 	"description": "Display a list of your most recent posts.",
     7 	"description": "Display a list of your most recent posts.",
     8 	"keywords": [ "recent posts" ],
     8 	"keywords": [ "recent posts" ],
    82 			"default": false
    82 			"default": false
    83 		}
    83 		}
    84 	},
    84 	},
    85 	"supports": {
    85 	"supports": {
    86 		"align": true,
    86 		"align": true,
    87 		"html": false
    87 		"html": false,
       
    88 		"color": {
       
    89 			"gradients": true,
       
    90 			"link": true,
       
    91 			"__experimentalDefaultControls": {
       
    92 				"background": true,
       
    93 				"text": true,
       
    94 				"link": true
       
    95 			}
       
    96 		},
       
    97 		"spacing": {
       
    98 			"margin": true,
       
    99 			"padding": true
       
   100 		},
       
   101 		"typography": {
       
   102 			"fontSize": true,
       
   103 			"lineHeight": true,
       
   104 			"__experimentalFontFamily": true,
       
   105 			"__experimentalFontWeight": true,
       
   106 			"__experimentalFontStyle": true,
       
   107 			"__experimentalTextTransform": true,
       
   108 			"__experimentalTextDecoration": true,
       
   109 			"__experimentalLetterSpacing": true,
       
   110 			"__experimentalDefaultControls": {
       
   111 				"fontSize": true
       
   112 			}
       
   113 		},
       
   114 		"interactivity": {
       
   115 			"clientNavigation": true
       
   116 		}
    88 	},
   117 	},
    89 	"editorStyle": "wp-block-latest-posts-editor",
   118 	"editorStyle": "wp-block-latest-posts-editor",
    90 	"style": "wp-block-latest-posts"
   119 	"style": "wp-block-latest-posts"
    91 }
   120 }