presseddigital / colorit

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

FR: Color Preset - MultiSite Support #4

Open richhayler opened 5 years ago

richhayler commented 5 years ago

It would be awesome if you could create a preset and then define different color values for each site in a Multisite setup. Use case is having a ColorIt field that could be used to select a color from a site’s color palette without having to create a seperate field to hold the same information.

samhibberd commented 5 years ago

This is a nice idea, but will require a bit of thought / time, it's on the list.

moacode commented 5 years ago

This would be quite useful for us too. I'll have a crack at this and raise a P.R. when done.

moacode commented 5 years ago

Had some time this arvo to finish it off 😉 - Pull request https://github.com/fruitstudios/craft-colorit/pull/11.

nickroberts commented 4 years ago

Was just looking though this plugin, and we definitely have a use case for this (along with the project config support).

Any updates on multi-site usage? Also, I think it might be useful if it returned an object for the GraphQL api. This is not as important as the multi-site or project config options, but would be a nice to have.

Great work on the plugin! It makes choosing colors for editors much easier!