| @@ -43,9 +43,9 @@ | ||
| 43 | 43 | array( 'wp-blocks', 'wp-i18n', 'wp-element', 'wp-editor' ), // Dependencies, defined above. |
| 44 | 44 | null, // filemtime( plugin_dir_path( __DIR__ ) . 'dist/blocks.build.js' ), // Version: filemtime — Gets file modification time. |
| 45 | 45 | true // Enqueue the script in the footer. |
| 46 | 46 | ); |
| 47 | - | |
| 47 | + | |
| 48 | 48 | // Register block editor styles for backend. |
| 49 | 49 | wp_register_style( |
| 50 | 50 | 'wordpress-cgb-block-editor-css', // Handle. |
| 51 | 51 | plugins_url( 'dist/blocks.editor.build.css', dirname( __FILE__ ) ), // Block editor CSS. |