-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
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
Disable checklist #119
Comments
There is no option at the moment. As a workaround you can override the 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',
}
}
]
},
}
}); |
It worked, thanks! However, the checklist is still visible in the tune block. |
I just wanted to express my support for this feature. The ability to disable checklists would be incredibly helpful for my workflow as well. I'm eagerly looking forward to its implementation. Thank you all for your hard work on this! |
|
+1 for this request: checklist is a very special case and it's not useful for most websites |
+1 please! |
I can't find any option to remove the checklist. Is it even possible?
The text was updated successfully, but these errors were encountered: