wp/wp-includes/blocks/html/block.json
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
     1 {
     1 {
       
     2 	"apiVersion": 2,
     2 	"name": "core/html",
     3 	"name": "core/html",
       
     4 	"title": "Custom HTML",
     3 	"category": "widgets",
     5 	"category": "widgets",
       
     6 	"description": "Add custom HTML code and preview it as you edit.",
       
     7 	"keywords": [ "embed" ],
       
     8 	"textdomain": "default",
     4 	"attributes": {
     9 	"attributes": {
     5 		"content": {
    10 		"content": {
     6 			"type": "string",
    11 			"type": "string",
     7 			"source": "html"
    12 			"source": "html"
     8 		}
    13 		}
     9 	},
    14 	},
    10 	"supports": {
    15 	"supports": {
    11 		"customClassName": false,
    16 		"customClassName": false,
    12 		"className": false,
    17 		"className": false,
    13 		"html": false
    18 		"html": false
    14 	}
    19 	},
       
    20 	"editorStyle": "wp-block-html-editor"
    15 }
    21 }