diff --git a/functions.php b/functions.php index 23c13b9..c51fccd 100644 --- a/functions.php +++ b/functions.php @@ -26,6 +26,6 @@ add_action( 'after_setup_theme', 'autonomic_block_styles' ); function autonomic_theme_scripts() { // this is also for block styles - wp_enqueue_script( 'autonomic-block-styles', get_theme_file_uri( '/js/block-styles.js' ), array( 'wp-blocks', 'wp-dom' ), wp_get_theme()->get( 'Version' ), true ); + wp_enqueue_script( 'autonomic-block-styles', get_theme_file_uri( '/js/block-styles.js' ), array( 'wp-blocks', 'wp-dom-ready', 'wp-edit-post' ), filemtime( get_theme_file_uri( '/js/block-styles.js' ) )); } -add_action( 'wp_enqueue_scripts', 'autonomic_theme_scripts' ); \ No newline at end of file +add_action( 'enqueue_block_editor_assets', 'autonomic_theme_scripts' ); \ No newline at end of file