|
7 | 7 | */ |
8 | 8 |
|
9 | 9 | return array( |
| 10 | + array( |
| 11 | + 'handle' => 'wp-preferences', |
| 12 | + 'path' => 'preferences/style', |
| 13 | + 'dependencies' => array('wp-components'), |
| 14 | + ), |
10 | 15 | array( |
11 | 16 | 'handle' => 'wp-list-reusable-blocks', |
12 | 17 | 'path' => 'list-reusable-blocks/style', |
|
17 | 22 | 'path' => 'nux/style', |
18 | 23 | 'dependencies' => array('wp-components'), |
19 | 24 | ), |
20 | | - array( |
21 | | - 'handle' => 'wp-preferences', |
22 | | - 'path' => 'preferences/style', |
23 | | - 'dependencies' => array('wp-components'), |
24 | | - ), |
25 | 25 | array( |
26 | 26 | 'handle' => 'wp-commands', |
27 | 27 | 'path' => 'commands/style', |
|
32 | 32 | 'path' => 'reusable-blocks/style', |
33 | 33 | 'dependencies' => array('wp-block-editor', 'wp-components'), |
34 | 34 | ), |
35 | | - array( |
36 | | - 'handle' => 'wp-widgets', |
37 | | - 'path' => 'widgets/style', |
38 | | - 'dependencies' => array('wp-block-editor', 'wp-components'), |
39 | | - ), |
40 | 35 | array( |
41 | 36 | 'handle' => 'wp-patterns', |
42 | 37 | 'path' => 'patterns/style', |
|
47 | 42 | 'path' => 'components/style', |
48 | 43 | 'dependencies' => array(), |
49 | 44 | ), |
| 45 | + array( |
| 46 | + 'handle' => 'wp-widgets', |
| 47 | + 'path' => 'widgets/style', |
| 48 | + 'dependencies' => array('wp-block-editor', 'wp-components'), |
| 49 | + ), |
50 | 50 | array( |
51 | 51 | 'handle' => 'wp-format-library', |
52 | 52 | 'path' => 'format-library/style', |
|
67 | 67 | 'path' => 'customize-widgets/style', |
68 | 68 | 'dependencies' => array('wp-block-editor', 'wp-block-library', 'wp-components', 'wp-media-utils', 'wp-preferences', 'wp-widgets'), |
69 | 69 | ), |
70 | | - array( |
71 | | - 'handle' => 'wp-edit-widgets', |
72 | | - 'path' => 'edit-widgets/style', |
73 | | - 'dependencies' => array('wp-block-editor', 'wp-block-library', 'wp-components', 'wp-media-utils', 'wp-patterns', 'wp-preferences', 'wp-widgets'), |
74 | | - ), |
75 | 70 | array( |
76 | 71 | 'handle' => 'wp-edit-post', |
77 | 72 | 'path' => 'edit-post/style', |
78 | 73 | 'dependencies' => array('wp-block-editor', 'wp-block-library', 'wp-commands', 'wp-components', 'wp-editor', 'wp-preferences', 'wp-widgets'), |
79 | 74 | ), |
| 75 | + array( |
| 76 | + 'handle' => 'wp-edit-widgets', |
| 77 | + 'path' => 'edit-widgets/style', |
| 78 | + 'dependencies' => array('wp-block-editor', 'wp-block-library', 'wp-components', 'wp-media-utils', 'wp-patterns', 'wp-preferences', 'wp-widgets'), |
| 79 | + ), |
80 | 80 | array( |
81 | 81 | 'handle' => 'wp-block-library', |
82 | 82 | 'path' => 'block-library/style', |
|
0 commit comments