PluginProbe
Gutenberg / 24.0.0
Gutenberg v24.0.0
24.0.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 All 403 releases
gutenberg / build / widgets / registry.php

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

146 lines 6.0 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 'icon' => null,
17 'actions' => null,
18 'has_render' => true,
19 'has_widget' => true,
20 'presentation' => 'content-bleed',
21 'category' => 'dashboard',
22 'keywords' => null,
23 'textdomain' => 'default',
24 ),
25 array(
26 'name' => 'core/events',
27 'dir_name' => 'events',
28 'title' => 'WordPress events',
29 'description' => 'Displays upcoming WordPress community events.',
30 'help' => null,
31 'icon' => 'core/calendar',
32 'actions' => array( array( 'id' => 'meetups', 'label' => 'Meetups', 'href' => 'https://make.wordpress.org/community/meetups-landing-page', 'openInNewTab' => true, 'relevance' => 'high' ), array( 'id' => 'wordcamps', 'label' => 'WordCamps', 'href' => 'https://central.wordcamp.org/schedule/', 'openInNewTab' => true, 'relevance' => 'high' ) ),
33 'has_render' => true,
34 'has_widget' => true,
35 'presentation' => 'content-bleed',
36 'category' => 'dashboard',
37 'keywords' => null,
38 'textdomain' => 'default',
39 ),
40 array(
41 'name' => 'core/hello-dolly',
42 'dir_name' => 'hello-dolly',
43 'title' => 'Hello Dolly',
44 '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.',
45 'help' => null,
46 'icon' => 'core/audio',
47 'actions' => array( array( 'id' => 'plugin-page', 'label' => 'WordPress.org plugin page', 'href' => 'https://wordpress.org/plugins/hello-dolly/', 'openInNewTab' => true, 'icon' => 'core/external', 'relevance' => 'low' ) ),
48 'has_render' => true,
49 'has_widget' => false,
50 'presentation' => 'full-bleed',
51 'category' => 'dashboard',
52 'keywords' => null,
53 'textdomain' => 'default',
54 ),
55 array(
56 'name' => 'core/hello-world',
57 'dir_name' => 'hello-world',
58 'title' => 'Hello World',
59 'description' => 'A minimal example widget.',
60 'help' => null,
61 'icon' => 'dashboard-widgets/wordpress',
62 'actions' => null,
63 'has_render' => true,
64 'has_widget' => true,
65 'presentation' => 'full-bleed',
66 'category' => 'demo',
67 'keywords' => null,
68 'textdomain' => 'default',
69 ),
70 array(
71 'name' => 'core/news',
72 'dir_name' => 'news',
73 'title' => 'WordPress news',
74 'description' => 'Displays the latest news from WordPress.org and Planet WordPress.',
75 'help' => null,
76 'icon' => null,
77 'actions' => array( array( 'id' => 'news-visit', 'label' => 'Visit WordPress News', 'href' => 'https://wordpress.org/news/', 'openInNewTab' => true, 'icon' => 'core/external', 'relevance' => 'high' ) ),
78 'has_render' => true,
79 'has_widget' => false,
80 'presentation' => 'content-bleed',
81 'category' => 'dashboard',
82 'keywords' => null,
83 'textdomain' => 'default',
84 ),
85 array(
86 'name' => 'core/quick-draft',
87 'dir_name' => 'quick-draft',
88 'title' => 'Quick draft',
89 'description' => 'Quickly draft a new post.',
90 'help' => array( 'content' => 'Drafts saved here are <em>private</em> until you publish them.' ),
91 'icon' => 'dashboard-widgets/drafts',
92 'actions' => array( array( 'id' => 'view-drafts', 'label' => 'View all drafts', 'href' => 'edit.php?post_status=draft', 'relevance' => 'high' ) ),
93 'has_render' => true,
94 'has_widget' => false,
95 'presentation' => 'content-bleed',
96 'category' => 'dashboard',
97 'keywords' => null,
98 'textdomain' => 'default',
99 ),
100 array(
101 'name' => 'core/site-health',
102 'dir_name' => 'site-health',
103 'title' => 'Site Health Status',
104 'description' => 'Shows an overview of your site health and any issues that need attention.',
105 'help' => array( 'content' => 'Results come from your site\'s latest health checks.', 'links' => array( array( 'label' => 'Visit Site Health', 'href' => 'site-health.php' ) ) ),
106 'icon' => 'core/shield',
107 'actions' => array( array( 'id' => 'site-health-details', 'label' => 'Details', 'href' => 'admin.php?page=dashboard-wp-admin&p=/site-health', 'icon' => 'core/chart-bar', 'relevance' => 'high' ), array( 'id' => 'site-health-status', 'label' => 'Status', 'href' => 'site-health.php', 'icon' => 'dashboard-widgets/seen', 'relevance' => 'low' ), array( 'id' => 'site-health-info', 'label' => 'Info', 'href' => 'site-health.php?tab=debug', 'icon' => 'core/info', 'relevance' => 'low' ) ),
108 'has_render' => true,
109 'has_widget' => false,
110 'presentation' => 'framed',
111 'category' => 'site',
112 'keywords' => null,
113 'textdomain' => 'default',
114 ),
115 array(
116 'name' => 'core/site-preview',
117 'dir_name' => 'site-preview',
118 'title' => 'Site preview',
119 'description' => 'Shows preview of the site homepage.',
120 'help' => null,
121 'icon' => 'dashboard-widgets/site-logo',
122 'actions' => null,
123 'has_render' => true,
124 'has_widget' => false,
125 'presentation' => 'full-bleed',
126 'category' => 'dashboard',
127 'keywords' => null,
128 'textdomain' => 'default',
129 ),
130 array(
131 'name' => 'core/welcome',
132 'dir_name' => 'welcome',
133 'title' => 'Welcome',
134 'description' => 'Displays a welcome panel to introduce users to WordPress.',
135 'help' => null,
136 'icon' => 'dashboard-widgets/wordpress',
137 'actions' => null,
138 'has_render' => true,
139 'has_widget' => false,
140 'presentation' => 'full-bleed',
141 'category' => 'dashboard',
142 'keywords' => null,
143 'textdomain' => 'default',
144 )
145 );
146