We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't find any option to remove the checklist. Is it even possible?
The text was updated successfully, but these errors were encountered:
There is no option at the moment.
As a workaround you can override the toolbox property for the List tool when passing it to the Editorjs Config:
toolbox
new EditorJS({ tools: { list: { class: EditorjsList, inlineToolbar: true, shortcut: 'CMD+SHIFT+L', toolbox: [ { icon: 'OL', // OL icon title: 'Ordered List', data: { style: 'ordered', } }, { icon: 'UL', // UL icon title: 'Unordered List', data: { style: 'unordered', } } ] }, } });
Sorry, something went wrong.
No branches or pull requests
I can't find any option to remove the checklist. Is it even possible?
The text was updated successfully, but these errors were encountered: