Skip to content
Discussion options

You must be logged in to vote

Two ways depending on what you want. To change or trim the options in a dropdown, override that control's list with Jodit.atom, e.g. controls: { ul: { list: Jodit.atom({ default: 'Default' }) } }Jodit.atom stops it merging back into the defaults. To drop the little arrow entirely and keep just the main action, hide the trigger in CSS: [aria-label*="Align" i] .jodit-toolbar-button__trigger { display: none }.

(Both approaches are already in the thread — credit to the folks above.)

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@trymeouteh
Comment options

Comment options

You must be logged in to vote
1 reply
@trymeouteh
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by xdan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants