17 lines
551 B
XML
17 lines
551 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
<apiVersion>63.0</apiVersion>
|
|
<isExposed>true</isExposed>
|
|
<masterLabel>CLM Request Preview</masterLabel>
|
|
<targets>
|
|
<target>lightning__RecordPage</target>
|
|
</targets>
|
|
<targetConfigs>
|
|
<targetConfig targets="lightning__RecordPage">
|
|
<objects>
|
|
<object>Appraiser_Case__c</object>
|
|
</objects>
|
|
</targetConfig>
|
|
</targetConfigs>
|
|
</LightningComponentBundle>
|