Hi ,
Please just bear in mind as i am new to bpmn.io world
I created an additional attribute named color via properties-panel-extension which i want to use to fill the color for element. where is the best place to palace the palette code e.g here color-box is the color box in properties panel
$('#color-box').paletteColorPicker({
colors: [
{"primary": "#E91E63"},
{"primary_dark": "#C2185B"},
{"primary_light": "#F8BBD0"},
{"accent": "#CDDC39"},
{"primary_text": "#212121"},
{"secondary_text": "#727272"},
{"divider": "#B6B6B6"}
],
position: 'downside', // default -> 'upside'
});
Thanking you in advance.