Template structure #2278
rogueturnip
started this conversation in
General
Replies: 2 comments 2 replies
-
Currently there is no option for disable removing of a particular block. By the way, the templating is a nice-to-have feature. |
Beta Was this translation helpful? Give feedback.
2 replies
-
How about splitting up your "document" into several sections, each controlled by a separate instance of EditorJS? That would give you layout flexibility. The parts of the document that are static would not be an instance. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I'm hoping I might get some guidance on how to implement a template in editor.js
I have a structure for a "document" that I want to enforce with headers that can't be changed or edited and following text boxes that can be edited/filled in but not removed.
Is there any way in the data structure to indicate a block can't be removed and/or edited?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions