File: /var/www/test/wp-content/plugins/gutenberg/build/widgets/registry.php
<?php
/**
* Widget registry - Auto-generated by build process.
* Do not edit this file manually.
*
* @package gutenberg
*/
return array(
array(
'name' => 'core/activity',
'dir_name' => 'activity',
'has_render' => true,
'has_widget' => true,
'presentation' => 'content-bleed',
),
array(
'name' => 'core/events',
'dir_name' => 'events',
'has_render' => true,
'has_widget' => true,
'presentation' => 'content-bleed',
),
array(
'name' => 'core/hello-dolly',
'dir_name' => 'hello-dolly',
'has_render' => true,
'has_widget' => true,
'presentation' => 'full-bleed',
),
array(
'name' => 'core/hello-world',
'dir_name' => 'hello-world',
'has_render' => true,
'has_widget' => true,
'presentation' => 'full-bleed',
),
array(
'name' => 'core/news',
'dir_name' => 'news',
'has_render' => true,
'has_widget' => true,
'presentation' => 'content-bleed',
),
array(
'name' => 'core/quick-draft',
'dir_name' => 'quick-draft',
'has_render' => true,
'has_widget' => true,
'presentation' => 'content-bleed',
),
array(
'name' => 'core/site-health',
'dir_name' => 'site-health',
'has_render' => true,
'has_widget' => true,
'presentation' => 'framed',
),
array(
'name' => 'core/site-preview',
'dir_name' => 'site-preview',
'has_render' => true,
'has_widget' => true,
'presentation' => 'full-bleed',
),
array(
'name' => 'core/welcome',
'dir_name' => 'welcome',
'has_render' => true,
'has_widget' => true,
'presentation' => 'full-bleed',
)
);