WP Manifestindependent plugin directory
manifest / content / cmb2_rgba_picker

CMB2 RGBa Colorpicker

A RGBa Colorpicker for CMB2

by Jay Wood · github.com/jaywood/cmb2_rgba_picker · website

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.zip

Readme

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

Read the full README on GitHub →