89
Views
2
Comments
Need hidden overlay inside service studio

Hello There,

I don't want this overlay inside service studio, but in browser as a loader i need this.

My question is, I want to hide this when in development in service studio without removing the functionality.

2019-09-30 07-35-56
Aurelio Junior

Hello,

What you can do is create a reusable block for your overlay and then, in the block, wrap the container in an "If" element. Set the If condition to "False" and put your container in the False part. This ensures that it's never displayed during design time in screens that consume the block.

You can add an icon or small text to the "True" branch of the if, which will then only be displayed during design time. This makes it easier for developers to see that the block is being used in a screen.

UserImage.jpg
Kenneth Alberto

Add your container in a True branch of If condition

Then right click the If and set Display mode to Show False branch only

 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.