Skip to content

Commit

Permalink
Formatted XML
Browse files Browse the repository at this point in the history
  • Loading branch information
iampatrickbrinksma committed Sep 13, 2024
1 parent b504534 commit b269d66
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions force-app/main/default/lwc/webStorageAPI/webStorageAPI.js-meta.xml
Original file line number Diff line number Diff line change
@@ -1,25 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>
61.0
</apiVersion>
<isExposed>
true
</isExposed>
<apiVersion>61.0</apiVersion>
<isExposed>true</isExposed>
<targets>
<target>
lightning__GlobalAction
</target>
<target>
lightning__RecordAction
</target>
<target>lightning__GlobalAction</target>
<target>lightning__RecordAction</target>
<target>lightning__RecordPage</target>
</targets>
<targetConfigs>
<targetConfig targets="lightning__RecordAction">
<actionType>
ScreenAction
</actionType>
<actionType>ScreenAction</actionType>
</targetConfig>
</targetConfigs>
</LightningComponentBundle>

0 comments on commit b269d66

Please sign in to comment.