Skip to content

Instantly share code, notes, and snippets.

@arun12209
Created December 21, 2019 05:01
Show Gist options
  • Save arun12209/65d603f66b3a8cb3f8ed0415a1fd921a to your computer and use it in GitHub Desktop.
Save arun12209/65d603f66b3a8cb3f8ed0415a1fd921a to your computer and use it in GitHub Desktop.
HelloCustomer.xml
<?xml version="1.0" encoding="UTF-8"?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata" fqn="HelloCustomer">
<apiVersion>47.0</apiVersion>
<isExposed>true</isExposed>
<targets>
<target>lightning__AppPage</target>
<target>lightning__RecordPage</target>
<target>lightning__HomePage</target>
<target>lightning__Tab</target>
</targets>
</LightningComponentBundle>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment