| 1 |
<?php |
| 2 |
if ( ! defined( 'ABSPATH' ) ) { |
| 3 |
exit; |
| 4 |
} |
| 5 |
/** |
| 6 |
* This file is generated by Webpack, do not edit it directly. |
| 7 |
*/ |
| 8 |
return [ |
| 9 |
'handle' => 'elementor-v2-editor-components', |
| 10 |
'deps' => [ |
| 11 |
'elementor-v2-editor', |
| 12 |
'elementor-v2-editor-canvas', |
| 13 |
'elementor-v2-editor-controls', |
| 14 |
'elementor-v2-editor-current-user', |
| 15 |
'elementor-v2-editor-documents', |
| 16 |
'elementor-v2-editor-editing-panel', |
| 17 |
'elementor-v2-editor-elements', |
| 18 |
'elementor-v2-editor-elements-panel', |
| 19 |
'elementor-v2-editor-mcp', |
| 20 |
'elementor-v2-editor-notifications', |
| 21 |
'elementor-v2-editor-panels', |
| 22 |
'elementor-v2-editor-props', |
| 23 |
'elementor-v2-editor-styles-repository', |
| 24 |
'elementor-v2-editor-ui', |
| 25 |
'elementor-v2-editor-v1-adapters', |
| 26 |
'elementor-v2-http-client', |
| 27 |
'elementor-v2-icons', |
| 28 |
'elementor-v2-mixpanel', |
| 29 |
'elementor-v2-schema', |
| 30 |
'elementor-v2-store', |
| 31 |
'elementor-v2-ui', |
| 32 |
'elementor-v2-utils', |
| 33 |
'react', |
| 34 |
'react-dom', |
| 35 |
'wp-i18n', |
| 36 |
], |
| 37 |
]; |
| 38 |
|