kirby-color-palette icon indicating copy to clipboard operation
kirby-color-palette copied to clipboard

A color palette to pick colors from in the panel. Kirby 3 only.

Results 19 kirby-color-palette issues
Sort by recently updated
recently updated
newest added

The controls in the panel are currently use `div` and are not focusable via keyboard. To improve accessibility, in place of `div`, custom styled radio boxes could be used, or...

> No route found for path: "undefined" and request method: "GET" Kirby 4.0.0-rc.4 PHP 8.1.23

I have not tested but I noticed `$file->panelUrl(true)` and `$file->panelIcon($image)` being used in api.php. I think this should be used instead? `$file->panel->url(true)` and `$file->panel->image($image)` Generally how is the outlook for...

When using structured color themes, the field does not indicate the active color if anything in the structure is added or edited after a page has been saved. I'm using...

Hi, I try to use this plugin inside a block but if I try to output the field with ->yaml() I got an array but the keys I can't select....

Sometimes when I choose a color I later realize I shouldn't have. I can reset as developer, but client should be able to undo color selection if possible. Thanks for...

Hi! to start, great plugin! I'm just wondering how to output all options (not the selected one) to a template. I want to create a sample-page for my client who...

Hello ! I love your field plugin but since last update I cannot use it anymore, an "this.extracted is undefined" error replace the field on the panel. I don't exactly...