@salesforce/templates
Version:
Salesforce JS library for templates
14 lines • 501 B
text/xml
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion><%= apiVersion %></apiVersion>
<isExposed>true</isExposed>
<masterLabel><%= masterLabel %></masterLabel>
<targets>
<target>analytics__Dashboard</target>
</targets>
<targetConfigs>
<targetConfig targets="analytics__Dashboard">
<hasStep>false</hasStep>
</targetConfig>
</targetConfigs>
</LightningComponentBundle>