PluginProbe
Gutenberg / 23.3.2
Gutenberg v23.3.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 / styles / registry.php

registry.php in Gutenberg 23.3.2, at build/styles/registry.php

106 lines 3.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Style 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 'handle' => 'wp-block-directory',
12 'path' => 'block-directory/style',
13 'dependencies' => array('wp-block-editor', 'wp-components', 'wp-editor', 'wp-notices'),
14 ),
15 array(
16 'handle' => 'wp-block-editor',
17 'path' => 'block-editor/style',
18 'dependencies' => array('wp-commands', 'wp-components', 'wp-notices', 'wp-preferences'),
19 ),
20 array(
21 'handle' => 'wp-block-library',
22 'path' => 'block-library/style',
23 'dependencies' => array('wp-block-editor', 'wp-components', 'wp-notices', 'wp-patterns'),
24 ),
25 array(
26 'handle' => 'wp-commands',
27 'path' => 'commands/style',
28 'dependencies' => array('wp-components', 'wp-preferences'),
29 ),
30 array(
31 'handle' => 'wp-components',
32 'path' => 'components/style',
33 'dependencies' => array(),
34 ),
35 array(
36 'handle' => 'wp-customize-widgets',
37 'path' => 'customize-widgets/style',
38 'dependencies' => array('wp-block-editor', 'wp-block-library', 'wp-components', 'wp-media-utils', 'wp-preferences', 'wp-widgets'),
39 ),
40 array(
41 'handle' => 'wp-edit-post',
42 'path' => 'edit-post/style',
43 'dependencies' => array('wp-block-editor', 'wp-block-library', 'wp-commands', 'wp-components', 'wp-editor', 'wp-notices', 'wp-preferences', 'wp-widgets'),
44 ),
45 array(
46 'handle' => 'wp-edit-site',
47 'path' => 'edit-site/style',
48 'dependencies' => array('wp-block-editor', 'wp-block-library', 'wp-commands', 'wp-components', 'wp-editor', 'wp-media-utils', 'wp-notices', 'wp-patterns', 'wp-preferences', 'wp-widgets'),
49 ),
50 array(
51 'handle' => 'wp-edit-widgets',
52 'path' => 'edit-widgets/style',
53 'dependencies' => array('wp-block-editor', 'wp-block-library', 'wp-components', 'wp-media-utils', 'wp-notices', 'wp-patterns', 'wp-preferences', 'wp-widgets'),
54 ),
55 array(
56 'handle' => 'wp-editor',
57 'path' => 'editor/style',
58 'dependencies' => array('wp-block-editor', 'wp-commands', 'wp-components', 'wp-media-utils', 'wp-notices', 'wp-patterns', 'wp-preferences'),
59 ),
60 array(
61 'handle' => 'wp-format-library',
62 'path' => 'format-library/style',
63 'dependencies' => array('wp-block-editor', 'wp-components'),
64 ),
65 array(
66 'handle' => 'wp-list-reusable-blocks',
67 'path' => 'list-reusable-blocks/style',
68 'dependencies' => array('wp-components'),
69 ),
70 array(
71 'handle' => 'wp-media-utils',
72 'path' => 'media-utils/style',
73 'dependencies' => array('wp-components', 'wp-notices', 'wp-preferences'),
74 ),
75 array(
76 'handle' => 'wp-notices',
77 'path' => 'notices/style',
78 'dependencies' => array('wp-components'),
79 ),
80 array(
81 'handle' => 'wp-nux',
82 'path' => 'nux/style',
83 'dependencies' => array('wp-components'),
84 ),
85 array(
86 'handle' => 'wp-patterns',
87 'path' => 'patterns/style',
88 'dependencies' => array('wp-block-editor', 'wp-components', 'wp-notices'),
89 ),
90 array(
91 'handle' => 'wp-preferences',
92 'path' => 'preferences/style',
93 'dependencies' => array('wp-components'),
94 ),
95 array(
96 'handle' => 'wp-reusable-blocks',
97 'path' => 'reusable-blocks/style',
98 'dependencies' => array('wp-block-editor', 'wp-components', 'wp-notices'),
99 ),
100 array(
101 'handle' => 'wp-widgets',
102 'path' => 'widgets/style',
103 'dependencies' => array('wp-block-editor', 'wp-components', 'wp-notices'),
104 ),
105 );
106