Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sources/platform/actors/development/secret_input.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To make an input field secret, just add a `"isSecret": true` setting to the inpu
```

The editor for this input field will then turn into a secret input, and when you edit the field value, it will be stored encrypted.
<img src="{{@asset actors/development/images/secret-input-editor.jpg}}" alt="Secret input editor" style={{width: '100%', maxWidth: '822px'}}/>
<img src={require("./images/secret-input-editor.png").default} alt="Secret input editor" style={{ width: '100%', maxWidth: '822px' }}/>

This is only available for `string` inputs, and the editor type is limited to `textfield` or `textarea`.

Expand Down
Loading