This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<design:component label="Condensed Theme Layout"> | |
<design:attribute name="showSearch" label="Show Search Box" /> | |
</design:component> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<aura:component implements="forceCommunity:themeLayout"> | |
<aura:attribute name="search" type="Aura.Component[]"/> | |
<aura:attribute name="sidebarFooter" type="Aura.Component[]"/> | |
<aura:attribute name="showSearch" type="Boolean" default="true" /> | |
<div class="slds-grid slds-grid--align-center"> | |
<div class="slds-col"> | |
<div class="slds-grid slds-grid--vertical"> | |
<div class="slds-col"> | |
<div class="logoContainer"></div> | |
</div> |
NewerOlder