update doc about fields
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-08-11 17:39:23 +02:00
parent ced292d93e
commit f576927668
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -103,7 +103,7 @@ All fields have these options:
| `property` | `string` | `null` | Entity's property to display |
| `property__builder` | `callable` | `null` | A callable data and used to generate the content displayed |
| `view` | `string` | `@Core/admin/crud/field/text.html.twig` | The templated rendered |
| `default_value` | `string` | `null` | Default value |
| `default_value` | `string` | `null` | Default value to display when the property is `null` |
| `action` | `string` | `null` | An action to perform on click (`null`, `edit`, `view`) |
| `raw` | `boolean` | `false` | Render as HTML |
| `sort` | `array | callable` | `null` | Defines how to sort |