wp/wp-includes/blocks/calendar/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/calendar",
     4 	"name": "core/calendar",
     5 	"title": "Calendar",
     5 	"title": "Calendar",
     6 	"category": "widgets",
     6 	"category": "widgets",
     7 	"description": "A calendar of your site’s posts.",
     7 	"description": "A calendar of your site’s posts.",
     8 	"keywords": [ "posts", "archive" ],
     8 	"keywords": [ "posts", "archive" ],
    14 		"year": {
    14 		"year": {
    15 			"type": "integer"
    15 			"type": "integer"
    16 		}
    16 		}
    17 	},
    17 	},
    18 	"supports": {
    18 	"supports": {
    19 		"align": true
    19 		"align": true,
       
    20 		"color": {
       
    21 			"link": true,
       
    22 			"__experimentalSkipSerialization": [ "text", "background" ],
       
    23 			"__experimentalDefaultControls": {
       
    24 				"background": true,
       
    25 				"text": true
       
    26 			},
       
    27 			"__experimentalSelector": "table, th"
       
    28 		},
       
    29 		"typography": {
       
    30 			"fontSize": true,
       
    31 			"lineHeight": true,
       
    32 			"__experimentalFontFamily": true,
       
    33 			"__experimentalFontWeight": true,
       
    34 			"__experimentalFontStyle": true,
       
    35 			"__experimentalTextTransform": true,
       
    36 			"__experimentalLetterSpacing": true,
       
    37 			"__experimentalDefaultControls": {
       
    38 				"fontSize": true
       
    39 			}
       
    40 		},
       
    41 		"interactivity": {
       
    42 			"clientNavigation": true
       
    43 		}
    20 	},
    44 	},
    21 	"style": "wp-block-calendar"
    45 	"style": "wp-block-calendar"
    22 }
    46 }