Skip to main content

In LWC xml file   <?xml version="1.0" encoding="UTF-8"?>

<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">

    <apiVersion>64.0</apiVersion>

    <isExposed>true</isExposed>

    <masterLabel>Flight Filter LWC</masterLabel>

    <targets>

      <target>lightning__AgentForceInput</target>

    </targets>

    <targetConfigs>

      <targetConfig targets="lightning__AgentforceInput">

        <targetType name="c__flightFilter"/>

      </targetConfig>

    </targetConfigs>

</LightningComponentBundle>  In this file i am getting error like below  Value 'lightning__AgentForceInput' is not in the enumeration list.    It must be one of the following:   - lightning__AppPage   - lightning__HomePage   - lightning__RecordPage   - lightning__UtilityBar   - lightning__FlowScreen   - lightning__Tab   - lightning__Inbox   - lightningStatic__Email   - lightningCommunity__Page   - lightningCommunity__Page_Layout  Can someone help me in sorting out   

1 answer
0/9000