wp/wp-includes/blocks/widget-group/block.json
changeset 19 3d72ae0968f4
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
       
     1 {
       
     2 	"apiVersion": 2,
       
     3 	"name": "core/widget-group",
       
     4 	"category": "widgets",
       
     5 	"attributes": {
       
     6 		"title": {
       
     7 			"type": "string"
       
     8 		}
       
     9 	},
       
    10 	"supports": {
       
    11 		"html": false,
       
    12 		"inserter": true,
       
    13 		"customClassName": true,
       
    14 		"reusable": false
       
    15 	},
       
    16 	"editorStyle": "wp-block-widget-group-editor",
       
    17 	"style": "wp-block-widget-group"
       
    18 }