build/modules
a11y
4 months ago
abilities
5 months ago
block-editor
7 months ago
block-library
4 months ago
boot
3 months ago
connectors
4 months ago
content-types
3 months ago
core-abilities
4 months ago
edit-site-init
4 months ago
interactivity
3 months ago
interactivity-router
4 months ago
latex-to-mathml
7 months ago
lazy-editor
3 months ago
route
5 months ago
vips
4 months ago
workflow
4 months ago
registry.php
3.9 KB
3 months ago
| 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/content-types', |
| 82 | 'path' => 'content-types/index', |
| 83 | 'asset' => 'content-types/index.min.asset.php', |
| 84 | ), |
| 85 | array( |
| 86 | 'id' => '@wordpress/core-abilities', |
| 87 | 'path' => 'core-abilities/index', |
| 88 | 'asset' => 'core-abilities/index.min.asset.php', |
| 89 | ), |
| 90 | array( |
| 91 | 'id' => '@wordpress/edit-site-init', |
| 92 | 'path' => 'edit-site-init/index', |
| 93 | 'asset' => 'edit-site-init/index.min.asset.php', |
| 94 | ), |
| 95 | array( |
| 96 | 'id' => '@wordpress/interactivity', |
| 97 | 'path' => 'interactivity/index', |
| 98 | 'asset' => 'interactivity/index.min.asset.php', |
| 99 | ), |
| 100 | array( |
| 101 | 'id' => '@wordpress/interactivity-router', |
| 102 | 'path' => 'interactivity-router/index', |
| 103 | 'asset' => 'interactivity-router/index.min.asset.php', |
| 104 | ), |
| 105 | array( |
| 106 | 'id' => '@wordpress/interactivity-router/full-page', |
| 107 | 'path' => 'interactivity-router/full-page', |
| 108 | 'asset' => 'interactivity-router/full-page.min.asset.php', |
| 109 | ), |
| 110 | array( |
| 111 | 'id' => '@wordpress/latex-to-mathml', |
| 112 | 'path' => 'latex-to-mathml/index', |
| 113 | 'asset' => 'latex-to-mathml/index.min.asset.php', |
| 114 | ), |
| 115 | array( |
| 116 | 'id' => '@wordpress/latex-to-mathml/loader', |
| 117 | 'path' => 'latex-to-mathml/loader', |
| 118 | 'asset' => 'latex-to-mathml/loader.min.asset.php', |
| 119 | ), |
| 120 | array( |
| 121 | 'id' => '@wordpress/lazy-editor', |
| 122 | 'path' => 'lazy-editor/index', |
| 123 | 'asset' => 'lazy-editor/index.min.asset.php', |
| 124 | ), |
| 125 | array( |
| 126 | 'id' => '@wordpress/route', |
| 127 | 'path' => 'route/index', |
| 128 | 'asset' => 'route/index.min.asset.php', |
| 129 | ), |
| 130 | array( |
| 131 | 'id' => '@wordpress/vips/loader', |
| 132 | 'path' => 'vips/loader', |
| 133 | 'asset' => 'vips/loader.min.asset.php', |
| 134 | ), |
| 135 | array( |
| 136 | 'id' => '@wordpress/vips/worker', |
| 137 | 'path' => 'vips/worker', |
| 138 | 'asset' => 'vips/worker.min.asset.php', |
| 139 | 'min_only' => true, |
| 140 | ), |
| 141 | array( |
| 142 | 'id' => '@wordpress/workflow', |
| 143 | 'path' => 'workflow/index', |
| 144 | 'asset' => 'workflow/index.min.asset.php', |
| 145 | ), |
| 146 | ); |
| 147 |