Wordpress Gutenberg ACF 블록 블록이 열렸을 때 JS를 추가하는 방법 저는 ACF Blocks를 사용하고 있으며 다음과 같은 Block을 가지고 있습니다. acf_register_block_type(array( 'name' => 'columns', 'title' => __('Columns'), 'description' => __('For complex multi colomn rows.'), // 'category' => 'formatting', 'render_template' => get_template_directory() . '/includes/blocks/templates/columns.php', 'enqueue_style' => get_template_directory_uri()..