Guest User

Untitled

a guest
Nov 23rd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <aura:component implements="lightning:homeTemplate" access="global" >
  2.  
  3. <aura:attribute name="dashboard" type="Aura.Component[]" access="global"/>
  4.  
  5. <div aura:id="container">
  6.  
  7. <lightning:layout >
  8. <lightning:layoutItem aura:id="dashboard" size="12" class="dashboard">
  9. {!v.dashboard}
  10. </lightning:layoutItem>
  11. </lightning:layout>
  12.  
  13. </div>
  14.  
  15. </aura:component>
  16.  
  17. <design:component label="One column layout">
  18. <flexipage:template >
  19. <flexipage:region name="dashboard" defaultWidth="MEDIUM">
  20. <flexipage:formfactor type="MEDIUM" width="LARGE" />
  21. </flexipage:region>
  22. </flexipage:template>
  23. </design:component>
Add Comment
Please, Sign In to add comment