XML Lightning Web Component Sample

This sample shows the XML configuration of a Lightning web component for a content sync panel. Only Lightning web components that have the correct XML configuration can be added as tabs to Salesforce.

1<?xml version="1.0" encoding="UTF-8" ?>
2<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3    <apiVersion>48.0</apiVersion>
4    <description>Cms Control Panel</description>
5    <isExposed>true</isExposed>
6    <targets>
7        <target>lightning__Tab</target>
8    </targets>
9    <masterLabel>Cms Control Panel</masterLabel>
10</LightningComponentBundle>

See Also