You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: flow_screen_components/richTextInputFSC/force-app/main/default/lwc/inputRichTextFSC/inputRichTextFSC.js-meta.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@
19
19
<propertylabel="Character Limit"name="characterLimit"type="Integer"role="inputOnly"description="If set, then the character count will be limited to this quantity."/>
20
20
<propertylabel="Required?"name="required"type="Boolean"role="inputOnly"default="false"description="Set to True if you want to require an entry for this input."/>
21
21
<propertylabel="Exclude HTML in character count?"name="excludeHTMLCharacterCount"type="Boolean"role="inputOnly"default="false"description="Set to True if you want to exclude HTML characters in the character count."/>
22
+
<propertyname="readOnly"type="Boolean"label="Read Only Mode"description="Displays the text in read-only format"/>
0 commit comments