# gutenberg/23.2.2/build/scripts/edit-widgets/blocks/blocks-manifest.php

Gutenberg, version 23.2.2. 33 lines.

- Page: https://pluginprobe.com/plugins/gutenberg/23.2.2/code/build/scripts/edit-widgets/blocks/blocks-manifest.php
- Raw: https://pluginprobe.com/plugins/gutenberg/23.2.2/raw/build/scripts/edit-widgets/blocks/blocks-manifest.php
- 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/23.2.2/code/build/scripts/edit-widgets/blocks/blocks-manifest.php#L10-L20`.

```php
<?php
// This file is generated. Do not modify it manually.
return array(
	'widget-area' => array(
		'$schema' => 'https://schemas.wp.org/trunk/block.json',
		'apiVersion' => 3,
		'name' => 'core/widget-area',
		'title' => 'Widget Area',
		'category' => 'widgets',
		'attributes' => array(
			'id' => array(
				'type' => 'string'
			),
			'name' => array(
				'type' => 'string'
			)
		),
		'supports' => array(
			'html' => false,
			'inserter' => false,
			'customClassName' => false,
			'reusable' => false,
			'renaming' => false,
			'visibility' => false,
			'__experimentalToolbar' => false,
			'__experimentalParentSelector' => false,
			'__experimentalDisableBlockOverlay' => true
		),
		'editorStyle' => 'wp-block-widget-area-editor',
		'style' => 'wp-block-widget-area'
	)
);

```
