Solved
Child Layout Container inside Parent Container Issue
Hi All,
In editable templates we have a Container and inside a Container we have a Column Control Component.
The Column Control Component divides the container based on Bootstrap and creates two child Layout Containers on the basis of two column layout.
=========================================
========================
Now on the left container which is a left side container we have added one component in policies and want to keep it at Structure level (Navigation) and dont want the user to edit it at page Level.So we are locking the left container.
Right Container it should be able to edit the components and can add any component on right side and edit it.So we are unlocking the right container.
Issue is when we are unlocking the Parent Container and locking the child left container .Still we are able to edit the left container and make the changes.
Any idea how we can achieve it to lock the left container or any other solutions for this.