Hello,
I am trying to apply a Page Override in Lighting. I put together the aura mark up as shown below, saved it as a new Lightning Component. When I go into the Object Manager to change the setting for the “View” page, the options for “Lightning Component” override are NONE. I am thinking I am missing something totally obvious? Using the latest Skuid version 12.1.7, the Skuid Page is v1. Thanks in advance!
<aura:component implements=“force:hasRecordId,flexipage:availableForRecordHome” access=“global”>
<skuid:page page=“ProgramDetailsNew2019” id=“{!v.recordId}”/>
</aura:component>