presseddigital / colorit

A slick color picker fieldtype plugin for the Craft CMS control panel
Other
21 stars 8 forks source link

Feature Request: enable field values of colorit for default GraphQL API #18

Open bzin opened 4 years ago

bzin commented 4 years ago

Just notice #14 is about the same thing but that one was closed. It would be great to bring this back and have this on the plugin.

I am currently building an application that uses the GraphQL and was considering using colorit. Although this only returns the hex value which is not sufficient for what I indent to build.

Maybe consider adding it is a new release?

michtio commented 4 years ago

agreed, being able to query for handle or label would be very useful here

samhibberd commented 2 years ago

What subfields would you like to see, thinking:

colourField {
  label
  handle
  color
  hex
  rgb
  rgba 
  opacity
}