Replies: 6 comments
|
Did you find how to do it? |
0 replies
|
Hello GruFFix, |
0 replies
|
i'm facing the same issue, any news? |
0 replies
|
Is there any news about this? I also need to let my users add one header, and nothing else. @khaydarov Can you help? |
0 replies
|
Any news? |
0 replies
|
need single line/block editor too.... |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
Is there already a way to prevent user to add a new blocks.
For example, if I decide to fill the editor with only a block header and a block paragraph, I would like to restrict the user to only edit the header and the paragraph and not to add others headers or paragraphs.
Example here :
`
const editor = new EditorJS({
holderId : 'editorjs',
tools: {
header: {
class: Header,
config: {
placeholder: 'Enter a header'
}
}
},
});
`
Thanks !
All reactions