Examples of Vlocity/SF LWC components (in various states of working)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
443 B

4 years ago
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata" fqn="helloWorld">
  3. <apiVersion>45.0</apiVersion>
  4. <runtimeNamespace>vlocity_cmt</runtimeNamespace>
  5. <isExposed>true</isExposed>
  6. <targets>
  7. <target>lightning__AppPage</target>
  8. <target>lightning__RecordPage</target>
  9. <target>lightning__HomePage</target>
  10. </targets>
  11. </LightningComponentBundle>