Skip to content

Instantly share code, notes, and snippets.

@alexed1
Created July 25, 2019 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexed1/e3e580103375120ca2dc1374bb4f73ff to your computer and use it in GitHub Desktop.
Save alexed1/e3e580103375120ca2dc1374bb4f73ff to your computer and use it in GitHub Desktop.
<?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