wp/wp-includes/blocks/html/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/html",
     4 	"name": "core/html",
     5 	"title": "Custom HTML",
     5 	"title": "Custom HTML",
     6 	"category": "widgets",
     6 	"category": "widgets",
     7 	"description": "Add custom HTML code and preview it as you edit.",
     7 	"description": "Add custom HTML code and preview it as you edit.",
     8 	"keywords": [ "embed" ],
     8 	"keywords": [ "embed" ],
     9 	"textdomain": "default",
     9 	"textdomain": "default",
    10 	"attributes": {
    10 	"attributes": {
    11 		"content": {
    11 		"content": {
    12 			"type": "string",
    12 			"type": "string",
    13 			"source": "html"
    13 			"source": "raw"
    14 		}
    14 		}
    15 	},
    15 	},
    16 	"supports": {
    16 	"supports": {
    17 		"customClassName": false,
    17 		"customClassName": false,
    18 		"className": false,
    18 		"className": false,
    19 		"html": false
    19 		"html": false,
       
    20 		"interactivity": {
       
    21 			"clientNavigation": true
       
    22 		}
    20 	},
    23 	},
    21 	"editorStyle": "wp-block-html-editor"
    24 	"editorStyle": "wp-block-html-editor"
    22 }
    25 }