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 / modules / registry.php

registry.php in Gutenberg 22.9.0, at build/modules/registry.php

142 lines 3.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Script module 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 'id' => '@wordpress/a11y',
12 'path' => 'a11y/index',
13 'asset' => 'a11y/index.min.asset.php',
14 ),
15 array(
16 'id' => '@wordpress/abilities',
17 'path' => 'abilities/index',
18 'asset' => 'abilities/index.min.asset.php',
19 ),
20 array(
21 'id' => '@wordpress/block-editor/utils/fit-text-frontend',
22 'path' => 'block-editor/utils/fit-text-frontend',
23 'asset' => 'block-editor/utils/fit-text-frontend.min.asset.php',
24 ),
25 array(
26 'id' => '@wordpress/block-library/accordion/view',
27 'path' => 'block-library/accordion/view',
28 'asset' => 'block-library/accordion/view.min.asset.php',
29 ),
30 array(
31 'id' => '@wordpress/block-library/file/view',
32 'path' => 'block-library/file/view',
33 'asset' => 'block-library/file/view.min.asset.php',
34 ),
35 array(
36 'id' => '@wordpress/block-library/form/view',
37 'path' => 'block-library/form/view',
38 'asset' => 'block-library/form/view.min.asset.php',
39 ),
40 array(
41 'id' => '@wordpress/block-library/image/view',
42 'path' => 'block-library/image/view',
43 'asset' => 'block-library/image/view.min.asset.php',
44 ),
45 array(
46 'id' => '@wordpress/block-library/navigation/view',
47 'path' => 'block-library/navigation/view',
48 'asset' => 'block-library/navigation/view.min.asset.php',
49 ),
50 array(
51 'id' => '@wordpress/block-library/playlist/view',
52 'path' => 'block-library/playlist/view',
53 'asset' => 'block-library/playlist/view.min.asset.php',
54 ),
55 array(
56 'id' => '@wordpress/block-library/query/view',
57 'path' => 'block-library/query/view',
58 'asset' => 'block-library/query/view.min.asset.php',
59 ),
60 array(
61 'id' => '@wordpress/block-library/search/view',
62 'path' => 'block-library/search/view',
63 'asset' => 'block-library/search/view.min.asset.php',
64 ),
65 array(
66 'id' => '@wordpress/block-library/tabs/view',
67 'path' => 'block-library/tabs/view',
68 'asset' => 'block-library/tabs/view.min.asset.php',
69 ),
70 array(
71 'id' => '@wordpress/boot',
72 'path' => 'boot/index',
73 'asset' => 'boot/index.min.asset.php',
74 ),
75 array(
76 'id' => '@wordpress/connectors',
77 'path' => 'connectors/index',
78 'asset' => 'connectors/index.min.asset.php',
79 ),
80 array(
81 'id' => '@wordpress/core-abilities',
82 'path' => 'core-abilities/index',
83 'asset' => 'core-abilities/index.min.asset.php',
84 ),
85 array(
86 'id' => '@wordpress/edit-site-init',
87 'path' => 'edit-site-init/index',
88 'asset' => 'edit-site-init/index.min.asset.php',
89 ),
90 array(
91 'id' => '@wordpress/interactivity',
92 'path' => 'interactivity/index',
93 'asset' => 'interactivity/index.min.asset.php',
94 ),
95 array(
96 'id' => '@wordpress/interactivity-router',
97 'path' => 'interactivity-router/index',
98 'asset' => 'interactivity-router/index.min.asset.php',
99 ),
100 array(
101 'id' => '@wordpress/interactivity-router/full-page',
102 'path' => 'interactivity-router/full-page',
103 'asset' => 'interactivity-router/full-page.min.asset.php',
104 ),
105 array(
106 'id' => '@wordpress/latex-to-mathml',
107 'path' => 'latex-to-mathml/index',
108 'asset' => 'latex-to-mathml/index.min.asset.php',
109 ),
110 array(
111 'id' => '@wordpress/latex-to-mathml/loader',
112 'path' => 'latex-to-mathml/loader',
113 'asset' => 'latex-to-mathml/loader.min.asset.php',
114 ),
115 array(
116 'id' => '@wordpress/lazy-editor',
117 'path' => 'lazy-editor/index',
118 'asset' => 'lazy-editor/index.min.asset.php',
119 ),
120 array(
121 'id' => '@wordpress/route',
122 'path' => 'route/index',
123 'asset' => 'route/index.min.asset.php',
124 ),
125 array(
126 'id' => '@wordpress/vips/loader',
127 'path' => 'vips/loader',
128 'asset' => 'vips/loader.min.asset.php',
129 ),
130 array(
131 'id' => '@wordpress/vips/worker',
132 'path' => 'vips/worker',
133 'asset' => 'vips/worker.min.asset.php',
134 'min_only' => true,
135 ),
136 array(
137 'id' => '@wordpress/workflow',
138 'path' => 'workflow/index',
139 'asset' => 'workflow/index.min.asset.php',
140 ),
141 );
142