mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-08 16:25:58 +08:00
14 lines
494 B
XML
14 lines
494 B
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<!--
|
||
|
|
NATIVE MODAL TEMPLATE - METADATA
|
||
|
|
|
||
|
|
Modals that extend lightning/modal are opened imperatively via
|
||
|
|
YourModalName.open({ ... }) from another component's JS — they are
|
||
|
|
not placed declaratively on a page, so isExposed stays false and no
|
||
|
|
targets are declared.
|
||
|
|
-->
|
||
|
|
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
|
||
|
|
<apiVersion>66.0</apiVersion>
|
||
|
|
<isExposed>false</isExposed>
|
||
|
|
</LightningComponentBundle>
|