angelovcom.net

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

block.json (418B)


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