1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8" ?>
<LightningComponentBundle
  xmlns="http://soap.sforce.com/2006/04/metadata"
  fqn="modal"
>
    <apiVersion>48.0</apiVersion>
    <isExposed>false</isExposed>
    <targets>
      <target>lightning__RecordPage</target>
      <target>lightning__AppPage</target>
      <target>lightning__HomePage</target>
      <target>lightning__RecordAction</target>
    </targets> 
    <targetConfigs>
      <targetConfig targets="lightning__RecordPage">
       <supportedFormFactors>
          <supportedFormFactor type="Small" />
          <supportedFormFactor type="Large" />
      </supportedFormFactors>
      </targetConfig>
    </targetConfigs>
</LightningComponentBundle>