This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata" fqn="lightningSharingWrapper"> | |
<apiVersion>46.0</apiVersion> | |
<isExposed>true</isExposed> | |
<masterLabel>SubmitterWrapperLWC</masterLabel> | |
<description>This is a demo component.</description> | |
<targets> | |
<target>lightning__FlowScreen</target> | |
<target>lightning__RecordPage</target> | |
</targets> | |
<targetConfigs> | |
<targetConfig targets="lightning__FlowScreen" category="some random category"> | |
<property name="ruleName" type="String" role="inputOnly" /> | |
<property name="recordId" type="String" role="inputOnly" /> | |
</targetConfig> | |
<targetConfig targets="lightning__RecordPage"> | |
<objects> | |
<object>Account</object> | |
</objects> | |
</targetConfig> | |
</targetConfigs> | |
</LightningComponentBundle> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment