Skip to content

Commit 04bca87

Browse files
authored
fix link to arranging fields (#291)
1 parent 88e620a commit 04bca87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/reference/dca/fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Each field can be validated against a regular expression.
111111
| disabled | true/false (`bool`) | Disables the field (not supported by all field types). |
112112
| readonly | true/false (`bool`) | Makes the field read only (not supported by all field types). |
113113
| csv | Delimiter (`string`) | The choice of this field will not be stored as serialized string but rather as given delimiter-separated list. Example: `'eval' => ['csv'=>',']` |
114-
| tl_class | CSS class(es) (`string`) | Add the given CSS class(es) to the generated HTML. See section [Arranging Fields](palettes/#arranging-fields) for supported values. |
114+
| tl_class | CSS class(es) (`string`) | Add the given CSS class(es) to the generated HTML. See section [Arranging Fields](/reference/dca/palettes/#arranging-fields) for supported values. |
115115
| dcaPicker | true/false (`bool`) | If true the dca-picker will be shown. Enables pick up different data sets from the system. |
116116

117117
{{% notice warning %}}

0 commit comments

Comments
 (0)