wp/wp-includes/blocks/post-template/block.json
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     3 	"apiVersion": 3,
     3 	"apiVersion": 3,
     4 	"name": "core/post-template",
     4 	"name": "core/post-template",
     5 	"title": "Post Template",
     5 	"title": "Post Template",
     6 	"category": "theme",
     6 	"category": "theme",
     7 	"parent": [ "core/query" ],
     7 	"ancestor": [ "core/query" ],
     8 	"description": "Contains the block elements used to render a post, like the title, date, featured image, content or excerpt, and more.",
     8 	"description": "Contains the block elements used to render a post, like the title, date, featured image, content or excerpt, and more.",
     9 	"textdomain": "default",
     9 	"textdomain": "default",
    10 	"usesContext": [
    10 	"usesContext": [
    11 		"queryId",
    11 		"queryId",
    12 		"query",
    12 		"query",
    13 		"displayLayout",
    13 		"displayLayout",
    14 		"templateSlug",
    14 		"templateSlug",
    15 		"previewPostType",
    15 		"previewPostType",
    16 		"enhancedPagination"
    16 		"enhancedPagination",
       
    17 		"postType"
    17 	],
    18 	],
    18 	"supports": {
    19 	"supports": {
    19 		"reusable": false,
    20 		"reusable": false,
    20 		"html": false,
    21 		"html": false,
    21 		"align": [ "wide", "full" ],
    22 		"align": [ "wide", "full" ],
    40 			"__experimentalDefaultControls": {
    41 			"__experimentalDefaultControls": {
    41 				"fontSize": true
    42 				"fontSize": true
    42 			}
    43 			}
    43 		},
    44 		},
    44 		"spacing": {
    45 		"spacing": {
       
    46 			"margin": true,
       
    47 			"padding": true,
    45 			"blockGap": {
    48 			"blockGap": {
    46 				"__experimentalDefault": "1.25em"
    49 				"__experimentalDefault": "1.25em"
    47 			},
    50 			},
    48 			"__experimentalDefaultControls": {
    51 			"__experimentalDefaultControls": {
    49 				"blockGap": true
    52 				"blockGap": true,
       
    53 				"padding": false,
       
    54 				"margin": false
    50 			}
    55 			}
    51 		},
    56 		},
    52 		"interactivity": {
    57 		"interactivity": {
    53 			"clientNavigation": true
    58 			"clientNavigation": true
       
    59 		},
       
    60 		"__experimentalBorder": {
       
    61 			"radius": true,
       
    62 			"color": true,
       
    63 			"width": true,
       
    64 			"style": true
    54 		}
    65 		}
    55 	},
    66 	},
    56 	"style": "wp-block-post-template",
    67 	"style": "wp-block-post-template",
    57 	"editorStyle": "wp-block-post-template-editor"
    68 	"editorStyle": "wp-block-post-template-editor"
    58 }
    69 }