You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current tool palette loads it's items through the RequestContextActions with contextId: ToolPalette.ID. This is nice and extensible. However, the tool bar items on top of the palette are hard-coded in the rendering of the tool palette UI extension. It would be great to allow adopters (and our own modules for that matter) to provide an additional toolbar items dynamically.
The text was updated successfully, but these errors were encountered:
The current tool palette loads it's items through the
RequestContextActions
withcontextId: ToolPalette.ID
. This is nice and extensible. However, the tool bar items on top of the palette are hard-coded in the rendering of the tool palette UI extension. It would be great to allow adopters (and our own modules for that matter) to provide an additional toolbar items dynamically.The text was updated successfully, but these errors were encountered: