<?xml version="1.0" encoding="UTF-8"?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
    <apiVersion><%= apiVersion %></apiVersion>
    <isExposed>true</isExposed>
    <masterLabel><%= masterLabel %></masterLabel>
    <targets>
        <target>analytics__Dashboard</target>
    </targets>
    <targetConfigs>
        <targetConfig targets="analytics__Dashboard">
            <hasStep>true</hasStep>
        </targetConfig>
    </targetConfigs>
</LightningComponentBundle>