CMB2 RGBa Colorpicker
A RGBa Colorpicker for CMB2
★ 15stars
2forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/jaywood/cmb2_rgba_picker/archive/refs/heads/master.zipReadme
CMB2 RGBa Colorpicker
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.
Usage
array(
'name' => __( 'RGBa Colorpicker', 'cmb2' ),
'desc' => __( 'Field description (optional)', 'cmb2' ),
'id' => $prefix . 'test_colorpicker',
'type' => 'rgba_colorpicker',
'default' => '#ffffff',
),
Changelog
0.2.0
0.1.0
- Initial Commit