| @@ -19,9 +19,9 @@ | ||
| 19 | 19 | function wpbc_gutenberg_block_booking() { |
| 20 | 20 | |
| 21 | 21 | if ( function_exists( 'register_block_type' ) ) { |
| 22 | 22 | |
| 23 | - $script_params = array( 'wp-blocks', 'wp-element', 'wp-i18n', 'wp-shortcode', 'underscore', 'jquery', 'wpbc-modal' ); | |
| 23 | + $script_params = array( 'wp-blocks', 'wp-element', 'wp-i18n', 'wp-shortcode', 'wp-data', 'underscore', 'jquery', 'wpbc-modal' ); | |
| 24 | 24 | wp_register_script( |
| 25 | 25 | 'gutenberg-wpbc-booking', |
| 26 | 26 | wpbc_plugin_url( '/js/wpbc-gutenberg.js' ), |
| 27 | 27 | $script_params, |
| @@ -37,5 +37,5 @@ | ||
| 37 | 37 | , 'editor_style' => 'gutenberg-wpbc-editor' |
| 38 | 38 | ) ); |
| 39 | 39 | } |
| 40 | 40 | } |
| 41 | -add_action( 'init', 'wpbc_gutenberg_block_booking' ); | |
| 41 | +add_action( 'init', 'wpbc_gutenberg_block_booking' ); | |