Closed moritzebeling closed 3 years ago
Previously, the color extraction process was started either from hooks or from the api route. I propose to centralize this and create a file method to do the job:
$file->extractColor() : Kirby\Cms\Field
This would allow to trigger it from outside the plugin
Looking great! Thanks :)
Previously, the color extraction process was started either from hooks or from the api route. I propose to centralize this and create a file method to do the job: