From 54cd84c0d37e3d2bf07cef6563a377bfe92c698c Mon Sep 17 00:00:00 2001 From: Martin Forejt Date: Fri, 4 Oct 2024 13:57:20 +0200 Subject: [PATCH] docs: revert storages editor input (#1232) This reverts the [storages editor PR](https://github.com/apify/apify-docs/pull/1211) according to: https://apify.slack.com/archives/C01VBUV81UZ/p1728031818871689 --- .../input_schema/specification.md | 20 +++++++++---------- sources/platform/storage/dataset.md | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/sources/platform/actors/development/actor_definition/input_schema/specification.md b/sources/platform/actors/development/actor_definition/input_schema/specification.md index 9a8412985..64fdd5156 100644 --- a/sources/platform/actors/development/actor_definition/input_schema/specification.md +++ b/sources/platform/actors/development/actor_definition/input_schema/specification.md @@ -183,16 +183,16 @@ Rendered input: Properties: -| Property | Value | Required | Description | -|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------| -| `editor` | One of | Yes | Visual editor used for
the input field. | -| `pattern` | String | No | Regular expression that will be
used to validate the input.
If validation fails,
the Actor will not run. | -| `minLength` | Integer | No | Minimum length of the string. | -| `maxLength` | Integer | No | Maximum length of the string. | -| `enum` | [String] | Required if
`editor`
is `select` | Using this field, you can limit values
to the given array of strings.
Input will be displayed as select box. | -| `enumTitles` | [String] | No | Titles for the `enum` keys described. | -| `nullable` | Boolean | No | Specifies whether `null`
is an allowed value. | -| `isSecret` | Boolean | No | Specifies whether the input field
will be stored encrypted.
Only available
with `textfield` and `textarea` editors. | +| Property | Value | Required | Description | +|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------| +| `editor` | One of | Yes | Visual editor used for
the input field. | +| `pattern` | String | No | Regular expression that will be
used to validate the input.
If validation fails,
the Actor will not run. | +| `minLength` | Integer | No | Minimum length of the string. | +| `maxLength` | Integer | No | Maximum length of the string. | +| `enum` | [String] | Required if
`editor`
is `select` | Using this field, you can limit values
to the given array of strings.
Input will be displayed as select box. | +| `enumTitles` | [String] | No | Titles for the `enum` keys described. | +| `nullable` | Boolean | No | Specifies whether `null`
is an allowed value. | +| `isSecret` | Boolean | No | Specifies whether the input field
will be stored encrypted.
Only available
with `textfield` and `textarea` editors. | :::note Regex escape diff --git a/sources/platform/storage/dataset.md b/sources/platform/storage/dataset.md index a54b377ee..f871a87a6 100644 --- a/sources/platform/storage/dataset.md +++ b/sources/platform/storage/dataset.md @@ -284,7 +284,7 @@ For more information, visit our [Python SDK documentation](/sdk/python/docs/conc Fields in a dataset that begin with a `#` are treated as hidden. You can exclude these fields when downloading data by using either `skipHidden=1` or `clean=1` in your query parameters. This feature is useful for excluding debug information from the final dataset output. -The following example demonstrates a dataset record with hiddent fields, including HTTP response and error details. +The following example demonstrates a dataset record with hidden fields, including HTTP response and error details. ```json {