|
7 | 7 | */ |
8 | 8 |
|
9 | 9 | return array( |
| 10 | + array( |
| 11 | + 'id' => '@wordpress/interactivity-router', |
| 12 | + 'path' => 'interactivity-router/index', |
| 13 | + 'asset' => 'interactivity-router/index.min.asset.php', |
| 14 | + ), |
| 15 | + array( |
| 16 | + 'id' => '@wordpress/interactivity-router/full-page', |
| 17 | + 'path' => 'interactivity-router/full-page', |
| 18 | + 'asset' => 'interactivity-router/full-page.min.asset.php', |
| 19 | + ), |
10 | 20 | array( |
11 | 21 | 'id' => '@wordpress/interactivity', |
12 | 22 | 'path' => 'interactivity/index', |
13 | 23 | 'asset' => 'interactivity/index.min.asset.php', |
14 | 24 | ), |
| 25 | + array( |
| 26 | + 'id' => '@wordpress/abilities', |
| 27 | + 'path' => 'abilities/index', |
| 28 | + 'asset' => 'abilities/index.min.asset.php', |
| 29 | + ), |
15 | 30 | array( |
16 | 31 | 'id' => '@wordpress/latex-to-mathml', |
17 | 32 | 'path' => 'latex-to-mathml/index', |
|
22 | 37 | 'path' => 'latex-to-mathml/loader', |
23 | 38 | 'asset' => 'latex-to-mathml/loader.min.asset.php', |
24 | 39 | ), |
25 | | - array( |
26 | | - 'id' => '@wordpress/interactivity-router', |
27 | | - 'path' => 'interactivity-router/index', |
28 | | - 'asset' => 'interactivity-router/index.min.asset.php', |
29 | | - ), |
30 | | - array( |
31 | | - 'id' => '@wordpress/interactivity-router/full-page', |
32 | | - 'path' => 'interactivity-router/full-page', |
33 | | - 'asset' => 'interactivity-router/full-page.min.asset.php', |
34 | | - ), |
35 | 40 | array( |
36 | 41 | 'id' => '@wordpress/a11y', |
37 | 42 | 'path' => 'a11y/index', |
|
42 | 47 | 'path' => 'core-abilities/index', |
43 | 48 | 'asset' => 'core-abilities/index.min.asset.php', |
44 | 49 | ), |
45 | | - array( |
46 | | - 'id' => '@wordpress/abilities', |
47 | | - 'path' => 'abilities/index', |
48 | | - 'asset' => 'abilities/index.min.asset.php', |
49 | | - ), |
50 | 50 | array( |
51 | 51 | 'id' => '@wordpress/route', |
52 | 52 | 'path' => 'route/index', |
|
0 commit comments