Hi,
I try to use kirby-color-palette plugin with template option :
palette:
type: color-palette
extractor: true
template: cover
But I don’t really know how to use template… I have this :
cover:
type: files
layout: cards
template: cover
info: "{{ file.dimensions }}"
image:
ratio: 5/4
cover: true
multiple: false
size: small
The cover field works, but the palette template filter not…
What I need ?