Replies: 1 comment 1 reply
-
https://editorjs.io/configuration/#change-the-default-block Before using editorjs-layout, first find a way to disable the paragraph tool in Editor.js. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use this layout tool in a custom project. However, I would like to disable the use of the default paragraph tool that comes with editor js as I am making my own custom plugins. Could you explain how I can do this? Thank you
I have tried:
const editorJSConfig = { tools: { paragraph: false, }
But this doesn't work.
Beta Was this translation helpful? Give feedback.
All reactions