JayWood / CMB2_RGBa_Picker

A RGBa Colorpicker for CMB2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Fixes #2 - Repeatable groups fix thanks to leolweb

0.1.0

  • Initial Commit

About

A RGBa Colorpicker for CMB2

License:GNU General Public License v2.0


Languages

Language:JavaScript 78.0%Language:PHP 22.0%