Inactive User
9 years agoNot applicable
Custom Component: Hide Preview?
While creating a custom component for a carousel, some of my absolutely positioned elements in my component covered up the text area to input the code ... forcing me to delete the nodes in the browse...
Sign in to react to this post
- 9 years ago
Inactive User - Just wrap your code inside this if condition
<#if page.name != "BizAppsPage"> //your code goes here </#if>This will stop your code from executing inside the studio. I hope this helps.