Skip to content

Commit f9ce06c

Browse files
committed
Rename field
1 parent 66b95f5 commit f9ce06c

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,13 +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:
226+
TODO: Example of file selection using `fileupload` editor:
227227

228228
Properties:
229229

230230
| Property | Value | Required | Description |
231231
|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
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. |
232+
| `editor` | One of <ul><li>`textfield`</li><li>`textarea`</li><li>`javascript`</li><li>`python`</li><li>`select`</li><li>`datepicker`</li><li>`fileupload`</li><li>`hidden`</li></ul> | Yes | Visual editor used for <br/>the input field. |
233233
| `pattern` | String | No | Regular expression that will be <br/>used to validate the input. <br/> If validation fails, <br/>the Actor will not run. |
234234
| `minLength` | Integer | No | Minimum length of the string. |
235235
| `maxLength` | Integer | No | Maximum length of the string. |

0 commit comments

Comments
 (0)