ian-cox / Kirby-Color-Picker

A simple color picker field for the Kirby CMS
MIT License
86 stars 13 forks source link

Not working inside "structure" field #3

Closed JonasDoebertin closed 9 years ago

JonasDoebertin commented 9 years ago

If you place a "color" field inside a "structure" field, the color picker will not be working within the structure modal popup.

colors:
  type: structure
  label: Colors
  entry: >
    {{color}}<br/>
  fields:
    color:
      type: color
      label: Color
      default: ffffff
boycce commented 9 years ago

A fix for this would be awesome!

boycce commented 9 years ago

Fixed.