From 3f7fe3cd9b48eeaa80d07bb1e41a2dc0db43ccd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Novotny=CC=81?= Date: Fri, 26 May 2023 10:51:29 +0200 Subject: [PATCH 1/3] fix: Fix secret image url --- sources/platform/actors/development/secret_input.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/platform/actors/development/secret_input.md b/sources/platform/actors/development/secret_input.md index 200999317f..1f64bbe712 100644 --- a/sources/platform/actors/development/secret_input.md +++ b/sources/platform/actors/development/secret_input.md @@ -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. -Secret input editor +Secret input editor This is only available for `string` inputs, and the editor type is limited to `textfield` or `textarea`. From beefef5e1d7233436c67011bb63f18115283a6f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Novotny=CC=81?= Date: Fri, 26 May 2023 11:03:15 +0200 Subject: [PATCH 2/3] Fix --- sources/platform/actors/development/secret_input.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/platform/actors/development/secret_input.md b/sources/platform/actors/development/secret_input.md index 1f64bbe712..13c5eb1c01 100644 --- a/sources/platform/actors/development/secret_input.md +++ b/sources/platform/actors/development/secret_input.md @@ -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. -Secret input editor +Secret input editor This is only available for `string` inputs, and the editor type is limited to `textfield` or `textarea`. From b0d87aae05e13468f9431ab5d5daec7a1aacb838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Novotny=CC=81?= Date: Fri, 26 May 2023 12:35:47 +0200 Subject: [PATCH 3/3] Fix --- sources/platform/actors/development/secret_input.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/platform/actors/development/secret_input.md b/sources/platform/actors/development/secret_input.md index 13c5eb1c01..990ce3c3a0 100644 --- a/sources/platform/actors/development/secret_input.md +++ b/sources/platform/actors/development/secret_input.md @@ -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. -Secret input editor +Secret input editor This is only available for `string` inputs, and the editor type is limited to `textfield` or `textarea`.