Skip to content

Commit e489e48

Browse files
valekjoTC-MO
andauthored
Update sources/platform/actors/development/actor_definition/input_schema/specification.md
Co-authored-by: Michał Olender <[email protected]>
1 parent 0b37a7c commit e489e48

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,8 +464,7 @@ Editor type `requestListSources` supports input in formats defined by the [sourc
464464

465465
Editor type `globs` maps to the Crawlee's [GlobInput](https://crawlee.dev/api/core#GlobInput) used by the [UrlPatterObject](https://crawlee.dev/api/core#UrlPatternObject).
466466

467-
Editor type `fileupload` enables users to specify list of files as input. The input is passed to the Actor as an array of strings. It is the Actor author's responsibility to interpret the strings, including validating the file existence and format. The editor makes it easier for users to upload the files to a key-value store they choose.
468-
467+
Editor type `fileupload` enables users to specify a list of files as input. The input is passed to the Actor as an array of strings. The Actor author is responsible for interpreting the strings, including validating file existence and format. This editor simplifies the process for users to upload files to a key-value store of their choice.
469468
Editor type `select` allows the user to pick items from a select, providing multiple choices. Please check this example of how to define the multiselect field:
470469

471470
```json

0 commit comments

Comments
 (0)