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

Doesn't work when field is in a structure

Open bvdputte opened this issue 1 year ago • 0 comments

This plugin doesn't work when the color field is used as field in a structure...

Error shown: Cannot read properties of undefined (reading 'rgba').

Easy to replicate; add following in a structure:

color:
  type: color
  editableAlpha: false
  label: Colour

bvdputte avatar Mar 03 '23 16:03 bvdputte