wp/wp-includes/blocks/shortcode/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/shortcode",
     3 	"name": "core/shortcode",
       
     4 	"title": "Shortcode",
     3 	"category": "widgets",
     5 	"category": "widgets",
       
     6 	"description": "Insert additional custom elements with a WordPress shortcode.",
       
     7 	"textdomain": "default",
     4 	"attributes": {
     8 	"attributes": {
     5 		"text": {
     9 		"text": {
     6 			"type": "string",
    10 			"type": "string",
     7 			"source": "html"
    11 			"source": "html"
     8 		}
    12 		}
     9 	},
    13 	},
    10 	"supports": {
    14 	"supports": {
    11 		"className": false,
    15 		"className": false,
    12 		"customClassName": false,
    16 		"customClassName": false,
    13 		"html": false
    17 		"html": false
    14 	}
    18 	},
       
    19 	"editorStyle": "wp-block-shortcode-editor"
    15 }
    20 }