Skip to content

Commit c9b1e86

Browse files
authored
docs: remove outdated info (#1520)
1 parent c114760 commit c9b1e86

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Each field of your input is described under its key in the `inputSchema.properti
123123
| `title` | String | Yes | Title of the field in UI. |
124124
| `description` | String | Yes | Description of the field that will be <br/>displayed as help text in Actor input UI. |
125125
| `default` | Must match `type` property. | No | Default value that will be <br/>used when no value is provided. |
126-
| `prefill` | Must match `type` property. | No | Value that will be prefilled <br/>in the Actor input interface. <br/>Only the `boolean` type doesn't <br/>support `prefill` property. |
126+
| `prefill` | Must match `type` property. | No | Value that will be prefilled <br/>in the Actor input interface. |
127127
| `example` | Must match `type` property. | No | Sample value of this field <br/>for the Actor to be displayed when <br/>Actor is published in Apify Store. |
128128
| `sectionCaption` | String | No | If this property is set, <br/>then all fields following this field <br/>(this field included) will be separated <br/>into a collapsible section <br/>with the value set as its caption. <br/>The section ends at the last field <br/>or the next field which has the <br/> `sectionCaption` property set. |
129129
| `sectionDescription` | String | No | If the `sectionCaption` property is set, <br/>then you can use this property to <br/>provide additional description to the section. <br/>The description will be visible right under <br/>the caption when the section is open. |

0 commit comments

Comments
 (0)