Hi,
I’m curious to know if there is a way to prevent conditions from affecting the editor.
I ask because I’m working with a component which I’m conditionally showing based on some user meta. The moment I add the condition, the element I’m editing ‘disappears’ (since condition is not applicable to admin). Of course I can edit it and see it in the element list but I can’t visually see it. The workaround is to add a condition that reveals it to the user with the role ‘administrator’. However, this is not ideal as I would need to do this with every element that I’m conditionally showing.
Is there a way to exclude conditions from being applied in the editor?
Thanks!