A RGBa colorpicker for CMB2, I couldn't find one, so I made this plugin, that is all.
Big thanks to 23r9io for the JS.
array(
'name' => __( 'RGBa Colorpicker', 'cmb2' ),
'desc' => __( 'Field description (optional)', 'cmb2' ),
'id' => $prefix . 'test_colorpicker',
'type' => 'rgba_colorpicker',
'default' => '#ffffff',
),
- Initial Commit