Overlay/Override granite colorfield
I have a dialog box where i have used colorfield in 3 different fields. But all the fields should show only 4 colors. Which means i have to add the following node to each colorField node:
--
items
color1
color2
color3
color4
--
This is difficult to maintain as i have to add these nodes to each place wherever i have colorField component. I am looking for a way where i can keep these nodes at one place from where all the colorfield nodes can refer to the items.
Overlay/override is not an option as colorfield is having mixingType: granite:FinalArea