Drag and drop is not working
-
Hello
I’m using group fields with sortable option set true but drag and drop is not working on latest WordPress version
$modulos = $cmb->add_field( array(
? ? ? ? 'name' => __( 'Módulos', 'cmb2' ),
? ? ? ? 'id' => $prefix . 'modulos',
? ? ? ? 'type' => 'group',
? ? ? ? 'options' => array(
? ? ? ? ? ? 'group_title' ? => __( 'Módulo {#}', 'cmb2' ),
? ? ? ? ? ? 'add_button' ? ? ? ?=> 'Agregar módulo',
? ? ? ? ? ? 'remove_button' ? ? ? ?=> 'Borrar módulo',
? ? ? ? ? ? 'sortable' ? ? ? ? ?=> true,
? ? ? ? ? ? 'remove_confirm' => esc_html__( '?Desea eliminar este módulo?', 'cmb2' )
? ? ? ? ),
? ? ) );
- You must be logged in to reply to this topic.