Skip to content

Commit 66b95f5

Browse files
committed
docs: Prepare docs for fileUrl editor
1 parent e795372 commit 66b95f5

File tree

1 file changed

+3
-1
lines changed
  • sources/platform/actors/development/actor_definition/input_schema

1 file changed

+3
-1
lines changed

sources/platform/actors/development/actor_definition/input_schema/specification.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,11 +223,13 @@ The `anyDate` property renders a date picker that accepts both absolute and rela
223223

224224
![Apify Actor input schema - country input](./images/input-schema-date-both.png)
225225

226+
TODO: Example of file selection using `fileUrl` editor:
227+
226228
Properties:
227229

228230
| Property | Value | Required | Description |
229231
|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
230-
| `editor` | One of <ul><li>`textfield`</li><li>`textarea`</li><li>`javascript`</li><li>`python`</li><li>`select`</li><li>`datepicker`</li><li>`hidden`</li></ul> | Yes | Visual editor used for <br/>the input field. |
232+
| `editor` | One of <ul><li>`textfield`</li><li>`textarea`</li><li>`javascript`</li><li>`python`</li><li>`select`</li><li>`datepicker`</li><li>`fileUrl`</li><li>`hidden`</li></ul> | Yes | Visual editor used for <br/>the input field. |
231233
| `pattern` | String | No | Regular expression that will be <br/>used to validate the input. <br/> If validation fails, <br/>the Actor will not run. |
232234
| `minLength` | Integer | No | Minimum length of the string. |
233235
| `maxLength` | Integer | No | Maximum length of the string. |

0 commit comments

Comments
 (0)