Replies: 1 comment
-
Just a clarification: I tried having a MAIN component con canvas upon load, also set to This way I can only drag sections to the MAIN component, which is in fact below the HEADER, and neither the HEADER or the MAIN can me moved or removed... so it basically works... except I don't want to see the MAIN component on the layers panel, so I set it to Maybe there's a way to do it this way, having a MAIN to hold all SECTIONS, always below the HEADER; but hiding it from the layers panel without hiding all of its children. Any suggestions? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a header component set with
removable:false
anddraggable:false
. It is already on the canvas by default when the editor loads, and then I can start dragging sections into the canvas.The issue is, even though I can't move the header below any section, I can move and insert sections above the header, which is essentially the same... how can I prevent this?
Beta Was this translation helpful? Give feedback.
All reactions