<?xml version="1.0" encoding="UTF-8" ?>
|
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
|
<apiVersion>48.0</apiVersion>
|
<isExposed>true</isExposed>
|
<masterLabel>Approval History</masterLabel>
|
<description>This component executes the same as the Approval History related list.</description>
|
<targets>
|
<target>lightning__RecordPage</target>
|
<target>lightning__AppPage</target>
|
<target>lightning__HomePage</target>
|
<target>lightning__RecordAction</target>
|
</targets>
|
<targetConfigs>
|
<targetConfig targets="lightning__RecordPage">
|
<property
|
name="allowSubmitForApproval"
|
type="Boolean"
|
label="Allow Submit For Approval"
|
/>
|
<property
|
name="showComments"
|
type="Boolean"
|
label="Show Comments"
|
/>
|
<property
|
name="objectApiName"
|
type="String"
|
label="Object Name"
|
description="Automatically bind the page's object name to the component variable"
|
default="{!objectApiName}" />
|
<supportedFormFactors>
|
<supportedFormFactor type="Small" />
|
<supportedFormFactor type="Large" />
|
</supportedFormFactors>
|
</targetConfig>
|
</targetConfigs>
|
</LightningComponentBundle>
|