diff --git a/docs/dev/reference/dca/fields.md b/docs/dev/reference/dca/fields.md index dea56f7e3..bd4950f06 100644 --- a/docs/dev/reference/dca/fields.md +++ b/docs/dev/reference/dca/fields.md @@ -133,6 +133,7 @@ Each field can be validated against a regular expression. |:------------------------|:---------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | allowHtml | true/false (`bool`) | If true, the current field will accept HTML input (see "Allowed HTML tags" in the back end System => Settings). | | alwaysSave | true/false (`bool`) | If true, the field will always be saved, even if its value has not changed. This can be useful in conjunction with a [load callback]({{% relref "callbacks#fields-field-load" %}}). | +| autogrow | true/false (`bool`) | {{< version-tag "5.7" >}} If false, disables the autogrow for the Textarea widget. Default `true`. | | basicEntities | true/false (`bool`) | If true, converts basic entities like `­`, `&` etc. back to their Contao representation `[&]`, `[-]` etc. when editing and vice versa when saving. | | blankOptionLabel | Label (`string`) | Label for the blank option (defaults to `-`). | | chosen | true/false (`bool`) | Native selects enhanced with [Chosen](http://harvesthq.github.io/chosen/). |