PluginProbe
Gutenberg / 23.6.2
Gutenberg v23.6.2
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 / widgets / registry.php

registry.php in Gutenberg 23.6.2, at build/widgets/registry.php

128 lines 4.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Widget registry - Auto-generated by build process.
4 * Do not edit this file manually.
5 *
6 * @package gutenberg
7 */
8
9 return array(
10 array(
11 'name' => 'core/activity',
12 'dir_name' => 'activity',
13 'title' => 'Activity',
14 'description' => 'Displays recently published posts, scheduled posts, and recent comments.',
15 'help' => array( 'content' => 'Recent publishing and comment activity on this site.' ),
16 'has_render' => true,
17 'has_widget' => true,
18 'presentation' => 'content-bleed',
19 'category' => 'dashboard',
20 'keywords' => null,
21 'textdomain' => 'default',
22 ),
23 array(
24 'name' => 'core/events',
25 'dir_name' => 'events',
26 'title' => 'WordPress events',
27 'description' => 'Displays upcoming WordPress community events.',
28 'help' => null,
29 'has_render' => true,
30 'has_widget' => true,
31 'presentation' => 'content-bleed',
32 'category' => 'dashboard',
33 'keywords' => null,
34 'textdomain' => 'default',
35 ),
36 array(
37 'name' => 'core/hello-dolly',
38 'dir_name' => 'hello-dolly',
39 'title' => 'Hello Dolly',
40 'description' => 'This is not just a widget, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from Hello, Dolly in the dashboard.',
41 'help' => null,
42 'has_render' => true,
43 'has_widget' => true,
44 'presentation' => 'full-bleed',
45 'category' => 'dashboard',
46 'keywords' => null,
47 'textdomain' => 'default',
48 ),
49 array(
50 'name' => 'core/hello-world',
51 'dir_name' => 'hello-world',
52 'title' => 'Hello World',
53 'description' => 'A minimal example widget.',
54 'help' => null,
55 'has_render' => true,
56 'has_widget' => true,
57 'presentation' => 'full-bleed',
58 'category' => 'demo',
59 'keywords' => null,
60 'textdomain' => 'default',
61 ),
62 array(
63 'name' => 'core/news',
64 'dir_name' => 'news',
65 'title' => 'WordPress news',
66 'description' => 'Displays the latest news from WordPress.org and Planet WordPress.',
67 'help' => null,
68 'has_render' => true,
69 'has_widget' => true,
70 'presentation' => 'content-bleed',
71 'category' => 'dashboard',
72 'keywords' => null,
73 'textdomain' => 'default',
74 ),
75 array(
76 'name' => 'core/quick-draft',
77 'dir_name' => 'quick-draft',
78 'title' => 'Quick draft',
79 'description' => 'Quickly draft a new post.',
80 'help' => array( 'content' => 'Drafts saved here are <em>private</em> until you publish them.' ),
81 'has_render' => true,
82 'has_widget' => true,
83 'presentation' => 'content-bleed',
84 'category' => 'dashboard',
85 'keywords' => null,
86 'textdomain' => 'default',
87 ),
88 array(
89 'name' => 'core/site-health',
90 'dir_name' => 'site-health',
91 'title' => 'Site Health Status',
92 'description' => 'Shows an overview of your site health and any issues that need attention.',
93 'help' => array( 'content' => 'Results come from your site\'s latest health checks.', 'links' => array( array( 'label' => 'Visit Site Health', 'href' => 'site-health.php' ) ) ),
94 'has_render' => true,
95 'has_widget' => true,
96 'presentation' => 'framed',
97 'category' => 'site',
98 'keywords' => null,
99 'textdomain' => 'default',
100 ),
101 array(
102 'name' => 'core/site-preview',
103 'dir_name' => 'site-preview',
104 'title' => 'Site preview',
105 'description' => 'Shows preview of the site homepage.',
106 'help' => null,
107 'has_render' => true,
108 'has_widget' => true,
109 'presentation' => 'full-bleed',
110 'category' => 'dashboard',
111 'keywords' => null,
112 'textdomain' => 'default',
113 ),
114 array(
115 'name' => 'core/welcome',
116 'dir_name' => 'welcome',
117 'title' => 'Welcome',
118 'description' => 'Displays a welcome panel to introduce users to WordPress.',
119 'help' => null,
120 'has_render' => true,
121 'has_widget' => true,
122 'presentation' => 'full-bleed',
123 'category' => 'dashboard',
124 'keywords' => null,
125 'textdomain' => 'default',
126 )
127 );
128