Color Picker
Last modified by Vincent Massol on 2021/04/06 17:26

The color picker used by the Flamingo Theme Application can now be re-used thanks to a new Velocity macro:
#set ($colorPickerParams = {
'name': 'color',
'value': '#85d4a9'
})
#colorPicker($colorPickerParams)Checkout the Color Picker documentation for more information.