PluginProbe
Gutenberg / 22.9.0
Gutenberg v22.9.0
23.9.1 23.9.0 23.8.0 23.7.2 23.7.1 23.7.0 23.6.1 23.6.2 23.6.0 23.5.3 23.5.2 23.5.1 23.5.0 23.4.0 23.3.2 23.3.1 23.3.0 23.2.0 23.2.1 23.2.2 23.1.1 23.1.0 23.0.1 12.6.0 7.4.0 All 402 releases
gutenberg / build / scripts / edit-widgets / blocks / blocks-manifest.php

blocks-manifest.php in Gutenberg 22.9.0, at build/scripts/edit-widgets/blocks/blocks-manifest.php

33 lines 787 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 // This file is generated. Do not modify it manually.
3 return array(
4 'widget-area' => array(
5 '$schema' => 'https://schemas.wp.org/trunk/block.json',
6 'apiVersion' => 3,
7 'name' => 'core/widget-area',
8 'title' => 'Widget Area',
9 'category' => 'widgets',
10 'attributes' => array(
11 'id' => array(
12 'type' => 'string'
13 ),
14 'name' => array(
15 'type' => 'string'
16 )
17 ),
18 'supports' => array(
19 'html' => false,
20 'inserter' => false,
21 'customClassName' => false,
22 'reusable' => false,
23 'renaming' => false,
24 'visibility' => false,
25 '__experimentalToolbar' => false,
26 '__experimentalParentSelector' => false,
27 '__experimentalDisableBlockOverlay' => true
28 ),
29 'editorStyle' => 'wp-block-widget-area-editor',
30 'style' => 'wp-block-widget-area'
31 )
32 );
33