Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/dev/reference/dca/fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `&shy;`, `&amp;` 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/). |
Expand Down