Skip to content

Instantly share code, notes, and snippets.

@Mycoola
Mycoola / condensedThemeLayout.design
Last active May 16, 2023 17:12
condensedThemeLayout.design
<design:component label="Condensed Theme Layout">
<design:attribute name="showSearch" label="Show Search Box" />
</design:component>
@Mycoola
Mycoola / condensedThemeLayout.cmp
Last active May 16, 2023 17:10
condensedThemeLayout.cmp
<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>