Inactive User
9 years agoCustom 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...
- 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.