I have created my Skuid detail page for opportunities and I am needing to include a third party app called Cirrus Files. It comes as a visualforce page but for the life of me I cannot figure out how to include it on the skuid detail page. I have pasted the visualforce page info for the app below. Any help would be much appreciated!
<apex:page standardController="Opportunity" tabStyle="Opportunity" cache="false">
<c:GDrive recordType="Opportunity" recordId="{!opportunity.Id}"/> </apex:page>