wp/wp-includes/blocks/archives/block.json
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
     1 {
     1 {
       
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     2 	"apiVersion": 2,
     3 	"apiVersion": 2,
     3 	"name": "core/archives",
     4 	"name": "core/archives",
     4 	"title": "Archives",
     5 	"title": "Archives",
     5 	"category": "widgets",
     6 	"category": "widgets",
     6 	"description": "Display a monthly archive of your posts.",
     7 	"description": "Display a date archive of your posts.",
     7 	"textdomain": "default",
     8 	"textdomain": "default",
     8 	"attributes": {
     9 	"attributes": {
     9 		"displayAsDropdown": {
    10 		"displayAsDropdown": {
    10 			"type": "boolean",
    11 			"type": "boolean",
    11 			"default": false
    12 			"default": false
    12 		},
    13 		},
    13 		"showPostCounts": {
    14 		"showPostCounts": {
    14 			"type": "boolean",
    15 			"type": "boolean",
    15 			"default": false
    16 			"default": false
       
    17 		},
       
    18 		"type": {
       
    19 			"type": "string",
       
    20 			"default": "monthly"
    16 		}
    21 		}
    17 	},
    22 	},
    18 	"supports": {
    23 	"supports": {
    19 		"align": true,
    24 		"align": true,
    20 		"html": false
    25 		"html": false