Created
May 4, 2020 23:12
-
-
Save JitendraZaa/a150273d886aaec8959f1fb351b6ea11 to your computer and use it in GitHub Desktop.
This file contains hidden or 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"> | |
<apiVersion>48.0</apiVersion> | |
<isExposed>true</isExposed> | |
<targets> | |
<target>lightning__AppPage</target> | |
<target>lightning__RecordPage</target> | |
<target>lightning__HomePage</target> | |
<target>lightningCommunity__Page</target> | |
<target>lightningCommunity__Default</target> | |
</targets> | |
<targetConfigs> | |
<targetConfig targets="lightning__RecordPage,lightning__AppPage,lightningCommunity__Default"> | |
<property name="size" type="Integer" label="Size of image in pixel" /> | |
<property name="email" type="String" label="Email address of profile" /> | |
<property name="isRoundCorner" type="Boolean" default="true" label="Should gravatar rendered as rounded image ?" /> | |
</targetConfig> | |
</targetConfigs> | |
</LightningComponentBundle> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment