Thiousi / kirby-color-list

A color picker in the form of a list of colors for Kirby
MIT License
25 stars 4 forks source link

Possibility to add color duos #9

Closed tristantbg closed 6 years ago

tristantbg commented 6 years ago

By separating value with |

color:
    label: Color list
    type: colorlist
    options:
      - "#eb1717|#28db78"
      - "#28db78"
      - "#e74c3c|#353a62"