function rstheme_acf_blocks()
{
if ( function_exists('acf_register_block_type') ) {
acf_register_block_type( array(
.
.
.
.
.
'mode' => 'edit'
) );
}
}
add_action('acf/init', 'rstheme_acf_blocks');