Skip to content

Commit

Permalink
Update textAreaPlus.js-meta.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jdayment authored Jun 15, 2023
1 parent 49a9935 commit 301131d
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>57.0</apiVersion>
<apiVersion>58.0</apiVersion>
<isExposed>true</isExposed>
<masterLabel>Textarea Plus!</masterLabel>
<description>Plain Text with a counter or Rich Text with a counter and search features</description>
<description>Advanced Text Input and Display Flow Screen Component</description>
<targets>
<target>lightning__FlowScreen</target>
</targets>
Expand All @@ -29,6 +29,7 @@
<property name="cb_showCharCounter" type="String" role="inputOnly" />
<property name="slackOutput" label="Slack Formatted Output" type="String"/>
<property name="textAreaHeight" label="Text Area Height" type="String"/>
<property name="fieldLevelHelp" label="Help Text" type="String"/>
</targetConfig>
</targetConfigs>
</LightningComponentBundle>

0 comments on commit 301131d

Please sign in to comment.