Support

Account

Home Forums Gutenberg Enqueue Scripts for ACF Block Preview Reply To: Enqueue Scripts for ACF Block Preview

  • Also tried:

    
    'enqueue_assets' => function(){
    	wp_enqueue_script( 'block-testimonial', get_template_directory_uri() . '/scripts/jquery.cycle2.min.js', array('jquery'), '', true );
    }
    

    This also fails to initialize the slideshow.