Skip to content

Instantly share code, notes, and snippets.

@RockyMtnMarc
Created August 17, 2019 04:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RockyMtnMarc/408c54e37dc983fdde055d4e591a24a3 to your computer and use it in GitHub Desktop.
Save RockyMtnMarc/408c54e37dc983fdde055d4e591a24a3 to your computer and use it in GitHub Desktop.
Custom Community Theme Layout for post-chat surveys with no header
<aura:component implements="forceCommunity:themeLayout" access="global" description="Custom Community Theme Layout for post-chat surveys with no header">
<div>
<div class="mainContentArea">
{!v.body}
</div>
</div>
</aura:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment