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