Hello i m having a lot of fun trying syncfusion since a few hours, but i m having trouble creating a custom item in the tool bar. The custom item would be a dropdown to insert tags in the editor. So far what i did is :
1/Create the component insertTag (no logic in there yet just testing):
2/register the component globally :
3/configure toolbar settings:
but as a result i dont see the dropdown in the toolbar :
Am i doing something wrong, whats the overall best practice to create custom items in the toolbar?
Thank you for your time ;)