You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dev/reference/dca/fields.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ Each field can be validated against a regular expression.
111
111
| disabled | true/false (`bool`) | Disables the field (not supported by all field types). |
112
112
| readonly | true/false (`bool`) | Makes the field read only (not supported by all field types). |
113
113
| 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. |
115
115
| dcaPicker | true/false (`bool`) | If true the dca-picker will be shown. Enables pick up different data sets from the system. |
0 commit comments