-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add Editor layout to Editor Layout #44
Comments
Actually i think I found it, I'm going to try to add a configuration that will allow you to add levels of copy. |
I figured out how to do this with vanilla JS, but I need to figure how to do it with Typescript. So hopefully by next week I can have this knocked out. |
hey did you find a workaround? |
Yes, while I'm still looking for the way to infinite nested levels... I had to put the project that I was using this on hold.. but you can copy your base config that had the editorJS Layout component. So the editorJSConfig will go into editorConfig..... I'm trying to figure out how I can nest finitely. let editorJSConfig = { add_another_layout_here1: { }, }, let editorConfig = { |
Would you know of a way to add at least another level of Editor Layout to editor layout other than creating a bunch of copy's of the same object?
The text was updated successfully, but these errors were encountered: