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
Add inlineToolbar option to the root of EditorConfig. This common option will allow removing some tools from all blocks. Or disable the Inline Toolbar for all blocks by passing false. Or specify a sorting of tools.
If there is no root inlineToolbar option passed, get the order of the inline tools by their order in the tools config option appended to the internal (link, bold, italic).
The inlineToolbar option of specific tool (got from tools<tool> sections) will override the root setting.
Inside the show method of the Inline Toolbar perform buttons ordering corresponding by the current (tool or root) setting.
Hi, if we hope to change the order of the inline tools, how can we implement it?
For example, if we want Marker to be placed before all the other tools:
Thanks!
The text was updated successfully, but these errors were encountered: