You need to sign in to do that
Don't have an account?
farah sherif
anyone know how to fix this code for the custom template region to be centered and wide
anyone know how to fix this code for the custom template region to be centered and wide using lightning component
<aura:component implements="lightning:homeTemplate"
description="Lightning Home Page Template with One Region" >
<aura:attribute name="column1" type="Aura.Component[]" />
<div>
<lightning:layout horizontalAlign="spread" pullToBoundary="small">
<lightning:layoutItem size="4" flexibility="grow"
padding="around-small">
{!v.column1}
</lightning:layoutItem>
</lightning:layout>
</div>
</aura:component>
<aura:component implements="lightning:homeTemplate"
description="Lightning Home Page Template with One Region" >
<aura:attribute name="column1" type="Aura.Component[]" />
<div>
<lightning:layout horizontalAlign="spread" pullToBoundary="small">
<lightning:layoutItem size="4" flexibility="grow"
padding="around-small">
{!v.column1}
</lightning:layoutItem>
</lightning:layout>
</div>
</aura:component>
https://rajvakati.com/2018/04/02/custom-lightning-page-template/
You need to specify in designer