沙世明
2022-09-13 bfca7a84bec815da594f1d12558535ed06d2490b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
    <apiVersion>51.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>
    </targets> 
    <targetConfigs>
      <targetConfig targets="lightning__RecordPage">
        <property
        name="allowSubmitForApproval"
        type="Boolean"
        label="Allow Submit For Approval"
      />
      <property
        name="showComments"
        type="Boolean"
        label="Show Comments"
      />
       <supportedFormFactors>
                <supportedFormFactor type="Small" />
                <supportedFormFactor type="Large" />
            </supportedFormFactors>
      </targetConfig>
    </targetConfigs>
    
</LightningComponentBundle>