# gutenberg/23.1.0/build/scripts/widgets/blocks/widget-group/block.json

Gutenberg, version 23.1.0. 21 lines.

- Page: https://pluginprobe.com/plugins/gutenberg/23.1.0/code/build/scripts/widgets/blocks/widget-group/block.json
- Raw: https://pluginprobe.com/plugins/gutenberg/23.1.0/raw/build/scripts/widgets/blocks/widget-group/block.json
- Modified: 2025-11-05T15:23:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/gutenberg/23.1.0/code/build/scripts/widgets/blocks/widget-group/block.json#L10-L20`.

```json
{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "core/widget-group",
	"title": "Widget Group",
	"category": "widgets",
	"attributes": {
		"title": {
			"type": "string"
		}
	},
	"supports": {
		"html": false,
		"inserter": true,
		"customClassName": true,
		"reusable": false
	},
	"editorStyle": "wp-block-widget-group-editor",
	"style": "wp-block-widget-group"
}

```
