editor-components.asset.php
2 weeks ago
editor-components.js
2 weeks ago
editor-components.js.LICENSE.txt
2 weeks ago
editor-components.min.js
2 weeks ago
editor-components.strings.js
3 weeks ago
editor-components.asset.php
38 lines
| 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-global-classes', |
| 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-templates', |
| 25 | 'elementor-v2-editor-ui', |
| 26 | 'elementor-v2-editor-v1-adapters', |
| 27 | 'elementor-v2-events', |
| 28 | 'elementor-v2-http-client', |
| 29 | 'elementor-v2-icons', |
| 30 | 'elementor-v2-schema', |
| 31 | 'elementor-v2-store', |
| 32 | 'elementor-v2-ui', |
| 33 | 'elementor-v2-utils', |
| 34 | 'react', |
| 35 | 'wp-i18n', |
| 36 | ], |
| 37 | ]; |
| 38 |