wp/wp-includes/blocks/missing/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/missing",
     4 	"name": "core/missing",
     5 	"title": "Unsupported",
     5 	"title": "Unsupported",
     6 	"category": "text",
     6 	"category": "text",
     7 	"description": "Your site doesn’t include support for this block.",
     7 	"description": "Your site doesn’t include support for this block.",
     8 	"textdomain": "default",
     8 	"textdomain": "default",
    13 		"originalUndelimitedContent": {
    13 		"originalUndelimitedContent": {
    14 			"type": "string"
    14 			"type": "string"
    15 		},
    15 		},
    16 		"originalContent": {
    16 		"originalContent": {
    17 			"type": "string",
    17 			"type": "string",
    18 			"source": "html"
    18 			"source": "raw"
    19 		}
    19 		}
    20 	},
    20 	},
    21 	"supports": {
    21 	"supports": {
    22 		"className": false,
    22 		"className": false,
    23 		"customClassName": false,
    23 		"customClassName": false,
    24 		"inserter": false,
    24 		"inserter": false,
    25 		"html": false,
    25 		"html": false,
    26 		"reusable": false
    26 		"reusable": false,
       
    27 		"interactivity": {
       
    28 			"clientNavigation": true
       
    29 		}
    27 	}
    30 	}
    28 }
    31 }