Huebee colour picker for Craft CMS
To install Huebee, follow these steps:
- Download & unzip the file. Rename the
crafthuebee-master
directory tocrafthuebee
and place into yourcraft/plugins
directory - -OR- do a
git clone https://github.com/cole007/crafthuebee.git
directly into yourcraft/plugins
folder. You can then update it withgit pull
- -OR- install with Composer via
composer require /crafthuebee
- Install plugin in the Craft Control Panel under Settings > Plugins
- The plugin folder should be named
crafthuebee
for Craft to see it.
Craft Huebee works on Craft 2.4.x and Craft 2.5.x.
Huebee is a simple color picker library replacing the default Craft color picker.
When defining a Huebee field you can specify a default value. Otherwise the value will default to blank.
Some things to do, and ideas for potential features:
- Fix issue with overlap from #container when picker is activated (CSS)
- Custom settings to specify which format (eg hrex, shorthex, hsl)
- 1.0.2 Resolve issue/bug with array being provided as default settings value
- 1.0.1 Custom settings to specify custom colours as a predefined palette
- 1.0.0 Initial release
Brought to you by @cole007 and Our Name is Mud.
This code is released under the GNU GPL license v3 and extends the license of Huebee for open-source or personal use.