# gutenberg/22.7.0/build/scripts/block-library/tab-panel/block.json

Gutenberg, version 22.7.0. 67 lines.

- Page: https://pluginprobe.com/plugins/gutenberg/22.7.0/code/build/scripts/block-library/tab-panel/block.json
- Raw: https://pluginprobe.com/plugins/gutenberg/22.7.0/raw/build/scripts/block-library/tab-panel/block.json
- Modified: 2026-02-25T16:51:28+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/22.7.0/code/build/scripts/block-library/tab-panel/block.json#L10-L20`.

```json
{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"__experimental": true,
	"apiVersion": 3,
	"name": "core/tab-panel",
	"title": "Tab Panel",
	"description": "Container for tab panel content in a tabbed interface.",
	"version": "1.0.0",
	"category": "design",
	"textdomain": "default",
	"parent": [ "core/tabs" ],
	"allowedBlocks": [ "core/tab" ],
	"attributes": {},
	"supports": {
		"anchor": false,
		"html": false,
		"reusable": false,
		"lock": false,
		"dimensions": {
			"aspectRatio": false,
			"height": false,
			"minHeight": false,
			"width": false
		},
		"color": {
			"background": true,
			"text": true,
			"heading": true,
			"link": true,
			"__experimentalDefaultControls": {
				"background": true,
				"text": true
			}
		},
		"spacing": {
			"blockGap": false,
			"padding": true,
			"margin": true
		},
		"typography": {
			"fontSize": true,
			"__experimentalFontFamily": true
		},
		"layout": {
			"default": {
				"type": "flex",
				"flexWrap": "nowrap",
				"justifyContent": "stretch",
				"orientation": "vertical"
			},
			"allowSwitching": false,
			"allowVerticalAlignment": false,
			"allowOrientation": false,
			"allowJustification": true,
			"allowSizingOnChildren": false
		},
		"__experimentalBorder": {
			"radius": true,
			"color": true,
			"width": true,
			"style": true
		}
	},
	"editorScript": "file:./index.js",
	"style": "file:./style-index.css"
}

```
