Skip to content

Instantly share code, notes, and snippets.

@simpluslabs
Created November 12, 2018 12:06
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 simpluslabs/eca7ec6f322a729df4e8eee5eb6d5f39 to your computer and use it in GitHub Desktop.
Save simpluslabs/eca7ec6f322a729df4e8eee5eb6d5f39 to your computer and use it in GitHub Desktop.
<aura:component implements="flexipage:availableForAllPageTypes" access="global">
<aura:attribute name="Industry" type="String" required="true"/>
<div style="background-color: white;">
<h1>Design component dynamic picklist values</h1>
<p>
The value of the component will be provided by Admin in App builder.
</p>
<br/>
<p>The Industry value provided by admin is <a>{! v.Industry}</a></p>
</div>
</aura:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment